php-install Digest 13 Jul 2001 17:59:58 -0000 Issue 360

Topics (messages 3525 through 3535):

Re: How to specify sendmail path in PHP
        3525 by: Christopher Ostmo

Re: hiring someone to install
        3526 by: Christopher Ostmo

Install problem PHP 4.0.6 + xml-dom +sablot
        3527 by: Alex Kempkens
        3531 by: Marvin Horst

how do i unsubscribe?
        3528 by: Simon Chambers

Oracle 8.1.6, Solaris and PHP
        3529 by: Postill, Robert

problem installing php4.0.6 on windows nt 4
        3530 by: BEREST Pascal
        3532 by: Phil Driscoll

Loading Extensions - HELP!!!
        3533 by: N.A.Morgan.bton.ac.uk

php and java
        3534 by: Panos Athanasiou

PHP 4.0.5 install problems
        3535 by: Asaf Maruf

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]


----------------------------------------------------------------------


Jghostar Company pressed the little lettered thingies in this order...

> Hello
> 
> 1- Is there a way to specify the path of sendmail in our php script before
> trying to use mail() function?
> 

That setting is in the php.ini file.  Is there a reason that you would need 
to tell it to use an "alternate" path to sendmail?

> 2- Is there a way to run a command line from inside PHP? (something like
> perl)?
> 

exec() or system() (just like perl).
http://www.php.net/manual/en/function.exec.php
http://www.php.net/manual/en/function.system.php

If you're familiar with perl, I think that you'll find many of the same 
function names and language constructs in PHP.

Have fun...

Christopher Ostmo
a.k.a. [EMAIL PROTECTED]
AppIdeas.com
Innovative Application Ideas
Meeting cutting edge dynamic
web site needs since the 
dawn of Internet time (1995)

Business Applications:
http://www.AppIdeas.com/

Open Source Applications:
http://open.AppIdeas.com/




Donald Dahlman pressed the little lettered thingies in this order...

> I would like to hire someone to install php 4.xx on to my
> apache 1.3.6 with mysql installed and running on a freebsd 2.2.8
> machine.
> Thanks
> 

FreeBSD 2.2.8?!? Are you joking? That's almost 4 years old and so full 
of now-known security exploits that it isn't funny.  Is upgrading not an 
option?

Christopher Ostmo
a.k.a. [EMAIL PROTECTED]
AppIdeas.com
Innovative Application Ideas
Meeting cutting edge dynamic
web site needs since the 
dawn of Internet time (1995)

Business Applications:
http://www.AppIdeas.com/

Open Source Applications:
http://open.AppIdeas.com/




Hey I've problems compiling php 4.06 with xml-dom or sabog libs.

Both have been compiled and worked with the php 4.0.5 version.

I compile php as a static lib into the apache and all the time if I compile
apache, the compiler tells me that he can't find the libs - but they are
there!!!


Thanx4help

Alex






I'm having similar problems with sablotron also. Everything compiles fine,
but when I start Apache it complains that it can't find the lib even though
it's there. Actually it's the expat lib it can't find.

> Hey I've problems compiling php 4.06 with xml-dom or sabog libs.
>
> Both have been compiled and worked with the php 4.0.5 version.
>
> I compile php as a static lib into the apache and all the time if I
compile
> apache, the compiler tells me that he can't find the libs - but they are
> there!!!








_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





Hi,
I'm relatively new to PHP and I want to use it in conjunction with Oracle
(well if you've got one, why not use it? :).  I initially have placed it on
my app server which has a full Oracle client implementation.  However when I
run the make after the configure (with oci8 of course) it starts muttering
about header files that are only available on the server.  I'm worried that:
a) I can only build the php on an Oracle server not client.
b) Even if I do build it on a server and migrate it to a client (which I'm
not sure how to do) will the remote Oracle connections be OK?

Does anyone have any help or advice on this?

Thanks in advance.
Robert.


FT Knowledge - World Business Education

FTdynamo, the new management website from FT Knowledge, where the latest in business 
thinking is put into context and delivered to your desktop, is now live. Visit us at  
http://www.ftdynamo.com and register for a FREE two week trial subscription.

www.ftknowledge.com

The information in this email is confidential and may be legally privileged. It is 
intended solely for the addressee. Access to this email by anyone else is 
unauthorised. If you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in reliance on it, is 
prohibited and may be unlawful.  Nothing in this email is intended to create a legally 
binding relationship and FT Knowledge will not accept responsibility for loss to any 
person acting or refraining from acting as a result of this email.




dear all,

i am new here, because i experienced a lot of problems when installing php4
(or php3) on a windows nt 4 server. actually, my society is running its
intranet servers on windows nt4 service pack 5 (iis3) where  i have to
rebuilt the intranet. as i am running php/mysql on the website (apache
1.3.19 / hp/ux 11) i thought to install the same on the intranet. my own
server is a windows 2000 server which one i didn't have problem but with
nt4, it goes wrong.
well, i tried to install php3 on a test server (service pack 6) which
happened well. i then installed php3 on the production server (service pack
5), but it didn't work. when i try to access a php page, i can't view it
through the browser, and a DOS window is opening where the script is
executed. i changed the registry, but it didn't change anything.
so i have just installed a new server in my office where i put windows nt4
service pack 5, then service pack 6, but it didn't work. i then decided to
install php4.0.6 with the automatic installer, and everything goes well. i
didn't encounter any problem with php4.0.6 and mysql 3.23.30, with the
exception i had have to declare the variables before to use them. but it was
okay for me. as i wanted to have a clean server, i reinstall windows nt4
service pack, then reinstall php4.0.6 in the same way, but it does work
anymore. i have the same problem as before, ie, when i access a php page
through the browser, it runs a DOS window where it execute the script. i
have check the registry, but all his okay. the problem run the same way with
service pack 6.
so i don't understand.
anyone there with the same kind of problem ? anyone to tell what goes wrong
?

thanks for your help.


pascal.

ps/ sorry for my english, i just french ;-)




On Friday 13 July 2001 13:34, BEREST Pascal wrote:
It sounds like whatever you are doing to the registry might be wrong - php 
should never appear in a DOS window. The installer version of PHP will do the 
correct registry stuff for you if you tell it you have IIS3.

Part of your problem may be to do with running an ancient version of IIS. You 
could really do with getting hold of NT Option Pack 4 (I think its a free 
download) and updating IIS to IIS4.

Cheers
-- 
Phil Driscoll




I am running PHP 4.0.5 (php4isapi.dll, not php.exe) on Windows NT 4.0
service pack 6a with IIS 4.0.  I have installed manually using the zip file
version that contains all the .dll extensions, and I have no problems using
PHP itself.

However, the problem comes when I want to use some of the extensions (namely
LDAP).  I am currently loading two extensions, php_ldap.dll and
php_oci8.dll.  The latter loads fine and I connect to Oracle with ease.
But, when loading the LDAP version, I get the error Unable to load dynamic
library 'c:\winnt\system32\php_ldap.dll' - the specified module could not be
found at the server monitor and the error Fatal error: Call to undefined
function: ldap_connect() in <file>.php on line <xx> at the browser (due to
not loading php_ldap.dll).

I have both running on an installation of PWS 4.0 with no problems.  Can
anyone please shed some light?

Thanks,

Neil Morgan
Analyst Programmer
Admin Computing
University of Brighton
[EMAIL PROTECTED]
Tel: (01273 64)3930






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

dear all..

i am trying for the past few days to compile php 4.0.5 or php 4.0.6 with java 
support but to no avail..although i have kaffe installed in my system(latest 
version) and have tried jdk 1.1.8 ver3 from sun, my make always crashes with 
the following message:

Making all in java
make[2]: Entering directory `/src/php-4.0.6/ext/java'
make[3]: Entering directory `/src/php-4.0.6/ext/java'
/src/php-4.0.6/build/shtool mkdir -p net/php
javac net/php/reflect.java
/usr/bin/jar cf php_java.jar net/php/*.class net/php/*.properties
net/php/*.class: no such file or directory
make[3]: *** [php_java.jar] Error 2
make[3]: Leaving directory `/src/php-4.0.6/ext/java'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src/php-4.0.6/ext/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/php-4.0.6/ext'
make: *** [all-recursive] Error 1

thanx for your help


- -- 

Panos Athanasiou
Network Architect

Opticom S.A.
2, Efkalypton Str. & 43, Pendelis Str.
151 26 Maroussi, Greece
tel: +30 1 8125600
fax: +30 1 6147316
mail:[EMAIL PROTECTED]
http://www.opticom.gr

- -----------------------------------------
"Hi, I'm Professor Alan Ginsburg... But you can call me... Captain Toke."
- -- John Lovitz, as ex-Supreme Court nominee Alan Ginsburg, on SNL
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7T2OndrT1Y5mbmcERAn+8AKCumG4pDKb46oxYlnjjVjkhza1iFQCgj9ey
c9ZbZBpFDuvbvQctz4EgpG4=
=5HoP
-----END PGP SIGNATURE-----




Dear All
I have been running and developing in LAMP environment for nearly six
months now.
Recently my server crashed and i have setup a new server.

It is Linux-Mandrake, Apache 1.3.20, MySQL 3.23.39 and PHP 4.0.5

Everything is in place and i am now trying to install php as a dynamic
module.

mod_so.c is available using httpd -l

I give php-4.0.5$ ./configure --with-mysql --with-apxs

and it gives a very strange error

"
Looking for Flex .......found lex

Error could not write output to lex or something."

I for the life of me cannot understand this error

I am grateful for any help.

Asaf Maruf
IT Consultant



Reply via email to