LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   php doesn't work (https://www.linuxquestions.org/questions/linux-newbie-8/php-doesnt-work-137266/)

drenal 01-21-2004 06:49 PM

php doesn't work
 
Hi, I've just installed php on my Slackware 9.0:
----
installpkg php-4.3.4-i486-1.tgz
----

and I have problem, when I'm running php:
-----------
# php
php: error while loading shared libraries: libmm.so.13: cannot open shared object file: No such file or directory
-----------
where can I get this lost library from?

drenal 01-21-2004 06:56 PM

I have installed mm-1.3.0 from source, right now & there is this library libmm.so.13 but after 'make install' my php still doesn't find this lib

drenal 01-21-2004 07:05 PM

$ find /usr/local/lib -name libmm.so.13
/usr/local/lib/libmm.so.13

$ cat /etc/ld.so.conf
/usr/local/lib
/usr/X11R6/lib
/usr/i386-slackware-linux/lib
/opt/kde/lib
/usr/lib/qt/lib

drenal 01-21-2004 07:14 PM

all right guys, I ve just solved this problem, just type 'ldconfig':)

see you to next problem;)

YO


All times are GMT -5. The time now is 03:41 PM.