> -----Original Message----- > From: Jeff Mckeon [mailto:jsmForum@xxxxxxxxxxxxx] > Sent: Tuesday, October 23, 2007 10:52 AM > To: 'Daniel Brown' > Cc: php-general@xxxxxxxxxxxxx > Subject: RE: libmm.so.14 > > > -----Original Message----- > > From: Daniel Brown [mailto:parasane@xxxxxxxxx] > > Sent: Tuesday, October 23, 2007 10:47 AM > > To: Jeff Mckeon > > Cc: php-general@xxxxxxxxxxxxx > > Subject: Re: libmm.so.14 > > > > On 10/23/07, Jeff Mckeon <jsmForum@xxxxxxxxxxxxx> wrote: > > > Hey all, > > > > > > Setting up a php based ticket system on a new OpenSuse 10.3 64bit > > system. > > > > > > The ticket sys requires qmail so I had to uninstall postfix and > > install > > > qmail. > > > > > > Qmail injects emails into this ticket sys with the following > line... > > > > > > /usr/bin/php -q /srv/www/virtual/support/mailpipe.php > > > > > > I now get this error however: > > > > > > /usr/bin/php: error while loading shared libraries: libmm.so.14: > > cannot open > > > shared object file: No such file or directory > > > > > > Libmm.so.14 is installed in: > > > > > > /usr/lib64/libmm.so.14 > > > > > > Any idea what it is I'm missing? > > > > > > Version PHP5 > > > > > > Thanks, > > > > > > jeff > > > > > > -- > > > PHP General Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > Check to see where PHP is searching for the extensions. Chances > > are, all you'll need to do is symlink it from the /usr/lib64/ > > directory to wherever PHP is expecting to find it. > > > > Also, be sure it really is still there. When's the last time you > > did a `locate -u` on your server (if that's the method you used)? It > > could be showing an old slocatedb. > > > > -- > > Daniel P. Brown > > [office] (570-) 587-7080 Ext. 272 > > [mobile] (570-) 766-8107 > > > > Give a man a fish, he'll eat for a day. Then you'll find out he was > > allergic and is hospitalized. See? No good deed goes unpunished.... > > Tried that, > > I did a simlink to /usr/lib but it complained that: > > /usr/bin/php: error while loading shared libraries: libmm.so.14: wrong > ELF > class: ELFCLASS64 > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Ok, removed php and libmm14 and re-installed. Now command line php works but Apache2 is no longer serving php pages. Re-installed apache2 checked all the config files but I can't seem to make it work. When you go to the site with a php page it offers it as a download instead of handing the file off to php to process... UGH!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php