Re: [PHP-INST] PHP 4.0.6 freeBSD mysql apache2

2001-08-05 Thread lasse ohgren
d/l:ed latest binarys of apache and php. compiled apache with ./configure --enanable-module=so make make install then php with ./configure --with-apxs=/path/to/apxs --with-mysql make make install then edited httpd.conf added the php4 lines; LoadModule php4_module/path/to/libphp4.so AddT

Re: [PHP-INST] PHP 4.0.6 freeBSD mysql apache2

2001-08-05 Thread lasse ohgren
hey yeah thanks, i was planning on using apache2 but i tested it your way although, still having problems. after running make install in /usr/ports/www/apache13 and trying to run apachectl start . it won't. just gives me # apachectl start /usr/local/sbin/apachectl start: httpd could not be starte

Re: [PHP-INST] PHP 4.0.6 freeBSD mysql apache2

2001-08-04 Thread Jon Cheng
If you are installing on Freebsd, why not just make use of things in /usr/ports/www/? apache is located: /usr/ports/www/apache13 php4 /usr/ports/www/mod_php4 mysql: /usr/ports/database/mysql323-server change directory into the list above and run an "make install" on each. Do them in order one