php-install Digest 28 Mar 2003 18:17:06 -0000 Issue 1311
Topics (messages 10445 through 10448):
Re: Problem with -c option and --with-config-file-path option
10445 by: Rasmus Lerdorf
Newbie question: Version conflict - PHP vs. MySQL
10446 by: Martin Schalck
php & cracklib install
10447 by: Yann Larrivee
Re: Cannot send session cookie - headers already sent by
10448 by: Atif Jakupovic
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Please do not spam multiple lists with the same question. Especially
since you haven't managed to hit the right one yet.
[EMAIL PROTECTED] would have been the appropriate list.
On Thu, 27 Mar 2003, Mark Striebeck wrote:
> Hi,
>
> we are building PHP with the --with-config-file-path compile setting to
> get our php.ini file from our own location.
>
> Now, in some scenarios we need to run PHP with the -c command line
> option to get the php.ini file from a different location.
>
> This seems to cause problems!
>
> When using the -c command line option, our PHP files cannot find their
> includes anymore.
>
> My last attempt was to set the -c command line option to the exact same
> location that we use for the --with-config-file-path compile setting.
> With the same result: without the -c option everything works, with the
> -c setting the include files are not found.
>
> What are the differences between these two options? Does the -c have any
> other side effects?
>
> Thanks
> MarkS
>
> ---------------------------------------------------
> Mark Striebeck SourceForge Engineering Manager
> VA Software http://www.vasoftware.com
>
>
>
--- End Message ---
--- Begin Message ---
hi all,
i was wondering; is it true that when using php with mysql one have to use
an old version
of mysql ? if it is true then why is that ? can you guide to some links
where i can read about it
best regards
martin
--- End Message ---
--- Begin Message ---
Hi i am trying to compile PHP 4.3.2rc1 with cracklib
Crack lib has been installed via rpm
I see all the file on my hd
/usr/include/crack.h
/usr/lib/cracklib_dict.hwm
/usr/lib/cracklib_dict.pwd
/usr/lib/cracklib_dict.pwi
/usr/lib/libcrack.so
/usr/lib/libcrack.so.2
/usr/lib/libcrack.so.2.7
/usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/crack.ph
/usr/sbin/create-cracklib-dict
But when i try to compile php
/configure --with-apache=../apache_1.3.27 --enable-track-vars
--with-mysql --with-dom --enable-sockets --enable-wddx --with-xmlrpc
--enable-xslt --with-xslt-sablot=/usr/local/
--with-zlib-dir=/usr/local/include --with-expat-dir=/usr/local
--with-iconv-dir=/usr/local/ --with-crack=/usr/lib/
I always get the error
checking for CRACKlib support... yes
configure: error: Cannot find a cracklib header file
I guess this is the path for cracklib that is wrong ?
I need to compile cracklib ?
Any help with that would be appreciated.
Thanks
Yann
PS. Sorry if this is a duplicate but i had some problem with my configuration
--- End Message ---
--- Begin Message ---
Hi everybody,
Please, could you help me to find out why I'm getting an error message
like one below.
Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at file1.php:2) in
InitSession.php on line 2.
It was working fine few days ago.
Thank you,
Atif
--- End Message ---