| Private Hosting Questions about VPS, dedicated servers and colocation. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Apr 2006
5 posts
Gave thanks: 0
Thanked 0 times
|
How to install a new .so ?
Hi,
I want to install a .so (php lib) on my vps.I added extension=myso.so in the php.ini (the one in zend/) But it won't work because i don't know where to put my lib. What should i do ? Thx Last edited by NicKy; January 9th, 2007 at 7:57 PM.. |
|
|
|
|
|
#2 (permalink) | |
|
Destroyer of Evil Robots
Excelling Contributor
Joined in Oct 2003
Lives in Atlanta, GA
760 posts
Gave thanks: 17
Thanked 9 times
|
Quote:
Normal librarys typically go in /lib, /usr/lib, or /usr/local/lib I would install it in /usr/local/lib, but since I do not have a dedicated or vps machine - yet - I do not know how cpanel and the system are configured. Does the php.ini file specify where it looks for libraries? |
|
|
|
|