sapna Posted August 5, 2010 Share Posted August 5, 2010 I have been battling with this for a while now, and was hoping someone who's faced a similar issue could help me out. I had installed apache2 and php5 (from source) on my centos 5.5 system, and the php5 shared object got created perfectly fine at that time. Then, I later realized that I needed curl support, so I recompiled and re-installed php, but, this time the shared object just does not get generated. And i dont get any errors either. Here are the configure options I used for php: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-safe-mode --with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --enable-gd-native-ttf --with-ttf –with-freetype-dir=/usr/lib --enable-exif --with-openssl --with-curl php version:php-5.2.13 apache version:httpd-2.2.15 Any help on this would be highly appreciated! Thanks, Sapna Quote Link to comment https://forums.phpfreaks.com/topic/209886-libphp5so-not-generated/ Share on other sites More sharing options...
ann Posted August 20, 2010 Share Posted August 20, 2010 Hi sapna Did you find an answer to this issue? I have the same problem. Quote Link to comment https://forums.phpfreaks.com/topic/209886-libphp5so-not-generated/#findComment-1101630 Share on other sites More sharing options...
sapna Posted August 20, 2010 Author Share Posted August 20, 2010 No, actually I did not :-( Was thinking of doing a fresh install, but have not gotten down to that yet. Please let me know if you find a solution. Quote Link to comment https://forums.phpfreaks.com/topic/209886-libphp5so-not-generated/#findComment-1101743 Share on other sites More sharing options...
ann Posted August 23, 2010 Share Posted August 23, 2010 I got a libphp5.so generated and php running from the command line. (It's still not running in a browser though) This is the page/code that helped me out. http://serverfault.com/questions/35696/how-do-i-reinstall-php-on-my-system # apt-get install build-essential devscripts # apt-get source php5 # cd php5-* # vim debian/rules # debuild -us -uc -b Quote Link to comment https://forums.phpfreaks.com/topic/209886-libphp5so-not-generated/#findComment-1102616 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.