Posted by Luke - eat.lemons@gmail.com on 08/18/06 14:48
dylan.boudreau@gmail.com wrote:
> Hi, I have tried putting it in /etc and /usr/local/etc both with the
> same result. This is the configure command I used when building...
>
> ./configure' '--with-apxs2=/usr/local/apache/bin/apxs'
> '--with-mysql=/usr/local/mysql' --with-mysql-sock=/data/db'
> '--prefix=/usr/local/php'
> --with-config-file-path=/usr/local/apache/conf/'
> '--enable-force-cgi-redirect' '--disable-cgi' --with-zlib'
> '--with-gettext' '--with-gdbm'
>
> I can get the file to load if I use the PHPRC variable when starting
> apache but then that causes other problems (phpMyAdmin doesn't work
> anymore)
>
> Luke - eat.lemons@gmail.com wrote:
>> dylan.boudreau@gmail.com wrote:
>>> My configuration is Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7d
>>> PHP/5.0.4 on Solaris 10.
>>>
>>> phpinfo() lists the location of php.ini as /usr/local/apache/conf and
>>> my php.ini file is there but for some reason it does not appear to be
>>> being read by php. I have defined things such as upload_tmp_dir in
>>> that file yet even with restarting apache I am not seeing this
>>> reflected in phpinfo().
>>>
>>> I am pretty new to PHP so its entirely possible I am missing somethign
>>> but any help as to why php.ini would not be read would help me a lot.
>>>
>>> Thanks,
>>>
>>> Dylan
>>>
>> try placing it in /etc/ "/etc/php.ini"
>>
>> Then restart your httpd and invoke the phpinfo(); function agian.
>
Try this configure line, paste it in
../configure --with-config-file-path=/etc/
--with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql
--with-mysql-sock=/data/db --prefix=/usr/local/php
--enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext
--with-gdbm
Then place your config in /etc/ and restart apache.
(it could be a simple whitespace causing it)
Navigation:
[Reply to this message]
|