[PHP-DEV] minor install issue (apache 1 sapi)

2003-11-13 Thread terry chay
solution isn't applied and your packager script does something like: make install INSTALL_ROOT=/some/temp/dir then as it stands, apxs will now look for a file that doesn't exist (/some/temp/dir/etc/httpd/conf/httpd.conf) and crap out. Take care, terry -- terry chay &

Re: [PHP-DEV] minor install issue (apache 1 sapi)

2003-11-14 Thread terry chay
the package against your installed apache, but the one you're gonna package too. Diclaimer: this is purely 'common sense' guess as I have never done any rpms of php myself. --Jani On Thu, 13 Nov 2003, terry chay wrote: I'm not too sure this belongs here