Help with zlib.

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
lancir
New to forums
New to forums
Posts: 9
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Jun 27, 2012 2:46 pm
Contact:

Help with zlib.

Post by lancir »

Okay i am currently trying to install a plugin on both my CS:s server and my webhosting called Spray N' Display. The webhost needsa library called DevIL which in itself needs a bunch of other libraires.
I am currently trying to install one of these librarys but everytime ido the command "make install" in SSH i get these errors

Code: Select all

mkdir: cannot create directory `/usr/local/share/man/man3': Permission denied
make: [install-libs] Error 1 (ignored)
mkdir: cannot create directory `/usr/local/lib/pkgconfig': Permission denied
make: [install-libs] Error 1 (ignored)
cp libz.a /usr/local/lib
cp: cannot create regular file `/usr/local/lib/libz.a': Permission denied
make: *** [install-libs] Error 1
Can anyone help me out and tell me how to fix this? all my directories are chmodded to 777
Image

cryptic-servers.com
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Help with zlib.

Post by Edge100x »

You would not be able to install to our shared library folder. When compiling and installing this, you would need to do it to your own user folder.

Your application would also need to be configured to use that local library.
lancir
New to forums
New to forums
Posts: 9
Joined: Wed Jun 27, 2012 2:46 pm
Contact:

Re: Help with zlib.

Post by lancir »

Okay do you know how i would do that?
Image

cryptic-servers.com
Post Reply