php-install Digest 26 Mar 2002 15:21:21 -0000 Issue 763

Topics (messages 6475 through 6479):

Re: problem compiling with mcrypt support
        6475 by: brian ally

Re: HTTP_WSER_AGENT
        6476 by: brian ally

how to upgrade from php3 to php4
        6477 by: Ryan

Re: SMTP port Problem - php.ini
        6478 by: Sijan Khadka

quick question
        6479 by: Bo Nelson

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 ---
 >>ld.so.conf (in /etc on my box) contains a list of dirs that ld (gnu 
dynamic linker) checks for shared objects/libraries, ELF, etc. You won't 
have any control of that if you're >>virtual-hosting. Try doing:
 >>LD_LIBRARY_PATH=/home/path/to/mcrypt/lib:$LD_LIBRARY_PATH
 >>export $LD_LIBRARY_PATH

 >>which only affects your environment. That might do the trick.

 >When I do that (I assume when I'm in the php-4.1.2 dir, and assuming I 
don't need to do anything beforehand) it gives me an error: "bash: 
export: `/home/path/to/mcrypt/lib:': not a >valid identifier"

whoops - that should have been:

export $LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/to/mcrypt/lib

sorry 'bout that. Of course, that's just the syntax there. i'm still not 
sure that that's what'll solve it ...

/b

--- End Message ---
--- Begin Message ---

 >For anyone who may be following the thread, and
 >because there's no information about the problem
 >I had with HTTP_WSER_AGENT on the Net, here's the
 >problem:

 >When AtGuard 3.2 Firewall (maybe some other firewalls)
 >with privacy options for HTTP headers turned on,
 >the Windows system sends HTTP_WSER_AGENT, instead
 >of HTTP_USER_AGENT.

 >Yea... I'm a big dumb animal! =)

well, i'd never heard of that ... good to know about. Thanks.

--- End Message ---
--- Begin Message ---
Dear newsgroup,

I am a complete php newbie, and I wish for your consideration. I got a
little problem here - I can't upgrade my php3 to php4: could you give me a
step by step instructions on how to upgrade from php v3.0.17 to v4.1.2?

I followed instructions found on the web -  configured the httpd-conf and
restarted the apache web server.  But, when i tried to execute the phpinfo()
function (a code in a file named test.php, of course), all I can see is a
blank page.  What i did on the httpd-conf is the following:

a. put the line ScriptAlias /php4/ "C:/php4/php-4.1.2-win32/"
b. put the line AddType application/x-httpd-php .php
c. adn put the line Action application/x-httpd-php4
"/php4/php-4.1.2-win32/php.exe"

and saved it.  Then copied the php4ts.dll and msvcrt on my winnt\system
directory.  Also, I renamed the file php.ini-dist to php.ini and copied (and
overwrite) it to the winnt directory.  Then after, i test the configuration
(that is, start>program files>apache http server>configure apache
server>test configuration) and find no errors.  And finally, I restarted
apache... but when i entered the url http://localhost:8000/php/test.php, i
get a blank page... :(


Why is it so?  please help... I really really need your help... I cant sleep
with this simple problem bugging me...
Thank you very much for your kindness and time.



sincerely,
ryan




--- End Message ---
--- Begin Message ---
I think i have tried that but didn't work....

 --
 Sijan Khadka
sijan.com.np
 [EMAIL PROTECTED]

"Andreas GrabmüLler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have never tried that under windows... but try localhost:22
>
> --
> MFG GameCrash
>
> Webmaster Let'z Play
> @ http://www.letzplay.de
>
> Webmaster Sharp-Forum.de
> @ http://www.sharp-forum.de


--- End Message ---
--- Begin Message ---
I had PHP 4.1.1 and Apache 1.3.23 installed previously, with only a few
options passed to PHP for configure.  I would like to install Horde, and per
their instructions, I needed to configure PHP for quite a few more options.
Here is my new configure, on a Solaris 8 box:

./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.23 --w
ith-zlib --with-gettext --with-xml --with-mcrypt --with-imap

PHP seems to configure and make just fine.  I also copied the php.ini-dist
over to /usr/local/lib.  My question is, do I now need to re-compile apache?
The horde test page says that php is still not working with gettext, which I
did compile into PHP.  Thanks in advance for the help.


--- End Message ---

Reply via email to