我们可以使用其他路径代替 usr/bin 吗?
我在我的网站中使用壁纸脚本,它需要在服务器上安装 ImageMagic 或 Gdlibrary。服务器路径应该是 usr/bin/imagemagic 或 usr/bin/gdlibrary。这些脚本必须由服务器管理人员安装,但是当我通知他们时,他们说目前他们不在服务器上安装其他脚本/软件!现在我想知道是否有任何方法可以在不使用 usr/bin 路径的情况下安装。有没有办法自己安装它,我可以访问 ftp,但没有名为 usr/bin 的路径..请帮助我!谢谢你!
Im using wallpaper script in my site and it need ImageMagic or Gdlibrary to be installed on server.Server path should be usr/bin/imagemagic or usr/bin/gdlibrary. those scripts must be intalled by server administration but when i informed them they say currently they do not install other scripts/softwares on the server! Now i want to know is there any way to install without using usr/bin path. Is there any way to intall it myself i have access to ftp but there's no path called usr/bin..please help me! Thank You!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己编译源代码,并指定
--prefix=/the/path/you/want
compile the source code yourself, and specify the
--prefix=/the/path/you/want