Re: Re[2]: How do I get libphp5.so back
On 6/24/07, Gerard <[EMAIL PROTECTED]> wrote: On June 23, 2007 at 06:20PM Andrew Falanga wrote: > I found this just before reading this message. I was reading in > UPDATING on something that wasn't quite related to my problem about > PHP and saw a suggestion to do "make config" before upgrading. Well, > I decided to try that and sure enough, the Apache module wasn't > selected. > > I figure what must have happened was some time ago I did a portupgrade > -a and in that I must have deselected that module from the build and > lost it. Thanks again. Everything's working now, even the pgsql > module. Hi Andy, I is always a good idea to run 'make config' or perhaps 'make config-recursive' or 'make config-conditional' in a port before installing it for the first time. Check out 'man ports' for further information. Thanks, I'll look into this. Andy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re[2]: How do I get libphp5.so back
On June 23, 2007 at 06:20PM Andrew Falanga wrote: > I found this just before reading this message. I was reading in > UPDATING on something that wasn't quite related to my problem about > PHP and saw a suggestion to do "make config" before upgrading. Well, > I decided to try that and sure enough, the Apache module wasn't > selected. > > I figure what must have happened was some time ago I did a portupgrade > -a and in that I must have deselected that module from the build and > lost it. Thanks again. Everything's working now, even the pgsql > module. Hi Andy, I is always a good idea to run 'make config' or perhaps 'make config-recursive' or 'make config-conditional' in a port before installing it for the first time. Check out 'man ports' for further information. -- Gerard ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How do I get libphp5.so back
On 6/23/07, Joe Holden <[EMAIL PROTECTED]> wrote: Run "make config" in /usr/ports/lang/php5, make sure the apache option is selected. HTH, Joe I found this just before reading this message. I was reading in UPDATING on something that wasn't quite related to my problem about PHP and saw a suggestion to do "make config" before upgrading. Well, I decided to try that and sure enough, the Apache module wasn't selected. I figure what must have happened was some time ago I did a portupgrade -a and in that I must have deselected that module from the build and lost it. Thanks again. Everything's working now, even the pgsql module. Andy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How do I get libphp5.so back
Andrew Falanga wrote: > On 6/23/07, Garrett Cooper <[EMAIL PROTECTED]> wrote: > >> Reinstall php and all modules -- that should fix the problem (based >> on past experience). >> -Garrett >> ___ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "[EMAIL PROTECTED]" >> > > Ok, I went to /usr/ports/lang/php5 and did "make install clean". The > build went great but then the script bailed saying that a previous > install was detected and to do a "make deinstall" and then "make > reinstall". I did. However, I still don't have the libphp5.so module > in /usr/local/libexec/apache. How do I reinstall this port and make > this work? > > Andy > ___ Run "make config" in /usr/ports/lang/php5, make sure the apache option is selected. HTH, Joe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How do I get libphp5.so back
On 6/23/07, Garrett Cooper <[EMAIL PROTECTED]> wrote: Reinstall php and all modules -- that should fix the problem (based on past experience). -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Ok, I went to /usr/ports/lang/php5 and did "make install clean". The build went great but then the script bailed saying that a previous install was detected and to do a "make deinstall" and then "make reinstall". I did. However, I still don't have the libphp5.so module in /usr/local/libexec/apache. How do I reinstall this port and make this work? Andy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How do I get libphp5.so back
Andrew Falanga wrote: Hi, I'm working on doing some more development on my php and I've just discovered that somehow the libraries were removed. It must have been through a portupgrade I had done recently. It's been several months since I've done anything with it and I noticed that the following lines were commented in my httpd.conf file: LoadModule php5_modulelibexec/apache/libphp5.so AddModule mod_php5.c I uncommented them, but apache won't start now because these files are to be found. However, both packages php5 and php5-pgsql are installed on my system. How would I get these back? Andy Reinstall php and all modules -- that should fix the problem (based on past experience). -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
How do I get libphp5.so back
Hi, I'm working on doing some more development on my php and I've just discovered that somehow the libraries were removed. It must have been through a portupgrade I had done recently. It's been several months since I've done anything with it and I noticed that the following lines were commented in my httpd.conf file: LoadModule php5_modulelibexec/apache/libphp5.so AddModule mod_php5.c I uncommented them, but apache won't start now because these files are to be found. However, both packages php5 and php5-pgsql are installed on my system. How would I get these back? Andy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"