Results 1 to 5 of 5
Ok this thread does not fit exactly to "Servers", but this file is missing to build my libphp5.so, i need for my apache.
So, where can i get this file ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-10-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 3
libintl.so
Ok this thread does not fit exactly to "Servers", but this file is missing to build my libphp5.so, i need for my apache.
So, where can i get this file from?
TNX
- 09-10-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
you need to install php5...what distro are you using, you could dl the source and then ./configure, make, and make install; however, you could also use your distro's package management system to get the file. E.G. if you use fedora you could "yum search libphp5" or "yum search php5" and find the one that fits correctly and "yum install whatever" If you use apt or emerge you would follow similar process.
Operating System: GNU Emacs
- 09-10-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 3
ive got the trouble because i build php5:
Originally Posted by genesus
configure ok (yes with --with-apxs2 ), make ok, but no phplib.so appears and so make install cant do its job
i googled around and found the reason: libintl.so is missing
im using debian
- 09-10-2005 #4Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
have you tried apt? I googled around a bit as well and it seems that others have had similar problems.
Operating System: GNU Emacs
- 09-11-2005 #5Just Joined!
- Join Date
- Sep 2005
- Posts
- 3
I dont understand how "apt-get install php5" can helpme beacuse ive already the php5 source code. Compiling is passing well but i get no libphp5.so because the linker is missing the libintl.so
Originally Posted by genesus


Reply With Quote
