[PHP-INST] re: HTTP_WSER_AGENT

2002-03-25 Thread brian ally
>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 sen

[PHP-INST] re: problem compiling with mcrypt support

2002-03-25 Thread brian ally
>>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

[PHP-INST] re: problem compiling with mcrypt support

2002-03-25 Thread brian ally
'lo > >I'm having a problem installing php with mcrypt support. Here's my > setup: > >> debian linux >> Apache/1.3.19 >> php 4.1.2 >> libmcrypt 2.5.0 (alternately tried mcrypt 2.2.6 and libmcrypt 2.4.22) > > >> I got libmcrypt to install, but when I try to configure php "with >> mcrypt" I get

[PHP-INST] re: php content not parsed

2002-03-24 Thread brian ally
Wayne wrote: >OK, I installed as per INSTALL, everyhting ok, no errors. >I created the test file test.php: . >When I call up this page from a browser I simply get the markup regurgated: >i.e.: . >This is the same for any php markup. You probably forgot to add support for the php extension

[PHP-INST] problem compiling with mcrypt support

2002-03-24 Thread brian ally
Lucas wrote: >I'm having a problem installing php with mcrypt support. Here's my setup: >debian linux >Apache/1.3.19 >php 4.1.2 >libmcrypt 2.5.0 (alternately tried mcrypt 2.2.6 and libmcrypt 2.4.22) >I got libmcrypt to install, but when I try to configure php "with mcrypt" I get problems.