php-general | 2001032
Date: 03/23/01
- Next message: Ales Kracik: "[PHP] PHP XML"
- Previous message: Michael Champagne: "[PHP] Don't understand HTTP_SESSION_VARS"
- In reply to: ..s.c.o.t.t.. [gts]: "RE: [PHP] php 4.04pl 1-3 for red hat 7"
- Next in thread: Larry Hotchkiss: "Re: [PHP] php 4.04pl 1-3 for red hat 7"
- Reply: Larry Hotchkiss: "Re: [PHP] php 4.04pl 1-3 for red hat 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks. I just grabbed the source and am looking over it. The way the
red hat RPM is configed is perfect for me except for the exclusion of
enable-trans-sid. Am I correct in assuming in addition to using
--enable-trans-sid that I should also use the current config options
displayed by phpinfo() ?
Larry H.
"..s.c.o.t.t.. [gts]" wrote:
snip..............
> (replace php..... with whatever the PHP
> tarball is named)
>
> at the prompt (you dont need to be root) type:
> tar xvfz php.....tar.gz
> cd php.....
> ./configure --enable-trans-sid
> make
> make test
>
> if you didnt get any errors, then (as root) type:
> make install
snip...................
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ales Kracik: "[PHP] PHP XML"
- Previous message: Michael Champagne: "[PHP] Don't understand HTTP_SESSION_VARS"
- In reply to: ..s.c.o.t.t.. [gts]: "RE: [PHP] php 4.04pl 1-3 for red hat 7"
- Next in thread: Larry Hotchkiss: "Re: [PHP] php 4.04pl 1-3 for red hat 7"
- Reply: Larry Hotchkiss: "Re: [PHP] php 4.04pl 1-3 for red hat 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

