php-install Digest 14 Nov 2002 00:07:03 -0000 Issue 1118

Topics (messages 9124 through 9128):

curl problems
        9124 by: Stian Riis

php4apache.dll
        9125 by: Piotr Szulewski

Compiling a static php
        9126 by: LDC - Pablo Endres Lozada

New commercial software needs beta testers
        9127 by: Jeremy Wilson

Using $argc and $argv
        9128 by: William Cheung

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 ---
Hi, I was running a system with php 4.06, openssl 0.9.6a and curl 7.8. I
felt it was time to upgrade, so I started with the openssl, then curl and
finally php. I didn't uninstall anything, I assumed the the new stuff would
just overwrite the old. All was installed from source and installed into
/usr/local. What I didn't remeber was that I also had a openssl-install from
rpm i /usr - I don't know if this is causing the problems...The
curl-installation is working fine from the command-line.

when I run my configure : ./configure --with-curl   (I've also tried with
adding path here..)

I get this :

checking for CURL support... yes
checking for CURL in default path... found in /usr/local
checking for cURL 7.9 or greater... libcurl 7.10.1
checking for curl_easy_perform in -lcurl... no
configure: error: There is something wrong. Please check config.log for more
information.

The log-file says :
configure:13627: gcc -o conftest -g -O2
    -L/usr/local/lib -lcurl -L/usr/local/lib/lib -lz -lssl -lcrypto -ldl -lz
 -L/usr/local/lib
    -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/lib
 -L/usr/local/lib/lib
conftest.c -lcurl  -lcurl -lcrypt -lresolv -lm -ldl -lnsl  -lresolv -lcrypt 
-lcurl -lz -lssl -lcrypto -ldl -lz 1>&5
/usr/local/lib/libssl.so: undefined reference to `ap_document_root'
/usr/local/lib/libssl.so: undefined reference to `ap_mm_core_maxsegsize'
/usr/local/lib/libssl.so: undefined reference to `ap_make_sub_pool'
/usr/local/lib/libssl.so: undefined reference to `ap_is_fnmatch'
/usr/local/lib/libssl.so: undefined reference to `ap_user_id'
- and several more lines like this...

Can anyone help me out here ?

-ztian


--- End Message ---
--- Begin Message ---
Hi,

I try to install php4 as module in Apache 2.0.43.
Win NT 4.0 server - operating system.

After installation procedure the Apache can not load php4apache.dll

I try all tricks with php4ts.dll and php4apache.dll (system directory,
etc.). It stiil does not work.

Finally, I try to manually register this DLL using regsvr32.exe but received
"load library failed. Get last error 0.000007e.".

What is the reason of this trouble ?

May anybody help me ?

May anybody know the stable and working (apache & php) configuration for NT
4.0 server ?


Best regards,

Piotr Szulewski
[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
        Hi guys, here's the sitation.

        I'm working on a Virtual Dedicated Server (hosting) and the 
        php version that they provid id to OLD 4.0.6, so I need to 
        update it.  The problem is that I don't have gcc on the machine.

        I've been trying to think of a way of including php compiled 
        staticlly.  I'm not really sure that I can do this and include
        it in the apache that's the server.

        By the way it's a Sphera Hosting Director plan runnig redhat 7.1

        Any Ideas?
        thanks in advance
-- 
                Muchas personas creen que piensan,
                cuando en realidad sólo están reordenando sus
                prejuicios.
                                        - William James
 
       .-----------------------------------------------------------------.
      /  .-.               Pablo Endres Lozada                        .-.  \
     |  /   \       Laboratorio Docente de Computacion              /   \  |
     | |\_.  |                USB - Venezuela                      |    /| |
     |\|  | /|                                                     |\  | |/|
     | `---' |               [EMAIL PROTECTED]                     | `---' |
     |       |                                                     |       | 
     |       |-----------------------------------------------------|       |
     \       |                                                     |       /
      \     /                                                       \     /
       `---'                                                         `---'

--- End Message ---
--- Begin Message ---
Intravative Software Corporation will be releasing a new commercial
software
application in January 2003 called iIPN. The software enables paypal
sellers
to sell and automatically deliver digital and non-digital products from
their web site. The software is currently the most robust out of any
other
commercial grade pay pal software and was designed with software
publishers
and music producers in mind for distributing their goods and services.
 
We are performing consumer based beta testing for the month of December
2002
and are accepting applications for people who would like to participate
in
the beta program.
 
Accepted Beta testers receive a free domain license and fully functional
software for this product to test with. You must provide your own server
and
equipment to do the beta testing with.
 
At the end of the beta testing period for this program, beta testers
will
receive a free copy of the final release software and a single domain
license for using the software.
 
Application URL: http://www.intravative.com/v2/iipn_betatester.php
--- End Message ---
--- Begin Message ---
I am using PHP 4.2.3 w/ Win 2k Pro and I have the directive
register_argc_argv = On.
 
My php script is as follow
 
<?php
var_dump($argv);
?>
 
When I run in command line
php -f test.php one two three
 
It returns
 
NULL
 
Does anyone know what I missed?
 
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
 
--- End Message ---

Reply via email to