[snip]
...several hours of brain dead operations...
[/snip]
just went with the whole upgrade scenario, latest version of php etc.
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
...
[/snip]
Some other oddities. The phpinfo page says PHP 4.2.2, but the only
installation of php I can find on the server is 4.2.1
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
If you have mulitple versions of apache (or upgraded) php might be
putting
the libphp4.so in the wrong place.
On my system I have 3 apache's (arrghh.) and I have to properly put
libphp4.so
in the correct apache/libexec dir.
[/snip]
Its here; /usr/libexec/libphp4.so and addressed properly
On Thu, 9 Oct 2003 12:20:46 -0500, Jay Blanchard
<[EMAIL PROTECTED]> wrote:
[snip]
Guess what? I changed the order of the congfigure statement (for giggles
as I was reminded of the changing of the order of the statements when
cinfiguring php to work with gd) from the one above to the one below...
On Friday 10 October 2003 01:20, Jay Blanchard wrote:
> [snip]
> Guess what? I changed the order of the congfigure statement (for giggles
> as I was reminded of the changing of the order of the statements when
> cinfiguring php to work with gd) from the one above to the one below...
>
> ./configure
[snip]
Guess what? I changed the order of the congfigure statement (for giggles
as I was reminded of the changing of the order of the statements when
cinfiguring php to work with gd) from the one above to the one below...
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs
--with-gd=/usr/local/ -
[snip]
./configure --enable-ftp --prefix=/usr --with-apxs=/usr/sbin/apxs
--with-gd=/usr/local/ --with-jpeg-dir=/usr/local/
--with-zlib=/usr/local/ --with-png-dir=/usr/local/
[/snip]
Guess what? I changed the order of the congfigure statement (for giggles
as I was reminded of the changing of the or
[snip]
> Making install in .
> make[1]: Entering directory `/usr/local/php-4.2.1'
> make[1]: *** [install-sapi] Error 1
> make[1]: Leaving directory `/usr/local/php-4.2.1'
> make: *** [install-recursive] Error 1
Do you have permissions to install stuff into /usr/local/bin (the
default
destinatio
[snip]
> Making install in .
> make[1]: Entering directory `/usr/local/php-4.2.1'
> make[1]: *** [install-sapi] Error 1
> make[1]: Leaving directory `/usr/local/php-4.2.1'
> make: *** [install-recursive] Error 1
Do you have permissions to install stuff into /usr/local/bin (the
default
destinatio
On Thursday 09 October 2003 23:13, Jay Blanchard wrote:
> Making install in .
> make[1]: Entering directory `/usr/local/php-4.2.1'
> make[1]: *** [install-sapi] Error 1
> make[1]: Leaving directory `/usr/local/php-4.2.1'
> make: *** [install-recursive] Error 1
Do you have permissions to install
[snip]
Can you send what lines you have before the make[1] there should be some
additional error information?
[/snip]
There are no other errors mentioned until this point. The section
immediately preceeding this is
Making install in regex
make[1]: Entering directory `/usr/local/php-4.2.1/regex'
m
Can you send what lines you have before the make[1] there should be some
additional error information?
--
BigDog
On Thu, 2003-10-09 at 09:03, Jay Blanchard wrote:
> I am trying to enable FTP support on one of our test servers running PHP
> 4.2.2
>
> 1. rm config.cache
> 2. ./configure --enable-
I am trying to enable FTP support on one of our test servers running PHP
4.2.2
1. rm config.cache
2. ./configure --enable-ftp --prefix=/usr --with-apxs=/usr/sbin/apxs
--with-gd=/usr/local/ --with-jpeg-dir=/usr/local/
--with-zlib=/usr/local/ --with-png-dir=/usr/local/
3. make clean
4. make
5. make
13 matches
Mail list logo