php-install Digest 12 Feb 2002 06:09:08 -0000 Issue 696

Topics (messages 5988 through 5991):

Re: PHP4.1.1 + Stronghold3.0 + SunOS2.6
        5988 by: Adrian Turcu

test.php file cannot be executed
        5989 by: ZILBER,LEONID (HP-NewJersey,ex1)

Installing Apache with PHP support with Suse 7.3
        5990 by: Alejandro Rios Garcia

Re: error: cannot find output from lex
        5991 by: Yasuo Ohgaki

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 ---
Perl  v5.6.0 built for sun4-solaris is on the system and mod_perl/1.25 in Stronghold.

Stronghold has also mod_ssl/2.8.4 and OpenSSL/0.9.6b

Adi

 -----Original Message-----
From:   Mikael Petterson (ERA) [mailto:[EMAIL PROTECTED]] 
Sent:   Monday, February 11, 2002 2:40 PM
To:     Adrian Turcu
Cc:     Php-Install (E-mail)
Subject:        RE: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6

Which version of perl did you use?

//Mikael

-----Original Message-----
From: Adrian Turcu [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 2:40 PM
To: Mikael Petterson (ERA)
Cc: Php-Install (E-mail)
Subject: RE: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6


The download was from www.php.net
The size of the package is absolutely the same.

Adi

 -----Original Message-----
From:   Mikael Petterson (ERA) [mailto:[EMAIL PROTECTED]] 
Sent:   Monday, February 11, 2002 1:05 PM
To:     Adrian Turcu
Cc:     Php-Install (E-mail)
Subject:        RE: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6

Hi,

Where did you download your php version from?

I took it from www.php.net

3356062 Feb  6 16:47 php-4.1.1.tar.gz

Is size correct?

//Mikael

-----Original Message-----
From: Adrian Turcu [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 1:40 PM
To: Mikael Petterson (ERA)
Cc: Php-Install (E-mail)
Subject: RE: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6


Here it is again

 <<config.log.gz>> 
Thanks,
Adi


 -----Original Message-----
From:   Mikael Petterson (ERA) [mailto:[EMAIL PROTECTED]] 
Sent:   Monday, February 11, 2002 12:31 PM
To:     Adrian Turcu
Subject:        RE: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6

Do you mind if I could have your output from config since I cannot compile on 
Solaris2.6


//Mikael

-----Original Message-----
From: Adrian Turcu [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 1:27 PM
To: Php-Install (E-mail)
Subject: [PHP-INST] PHP4.1.1 + Stronghold3.0 + SunOS2.6


Hello all,

I have a SunOS 2.6 on a Sun UltraSPARC , 4CPU and 1G RAM. I run a Stronghold 3.0 
(build 3015) and I want to upgrade the PHP module to 4.1.1 with CURL and Mcrypt 
included. The PHP module coming with Stronghold is version 4.0.6 (I'm not using PHP3 
at all). The compilation of the new PHP module works fine, but when I try to start the 
Stronghold server I got this:

Segmentation Fault
Server could not be started

I have no core file and nothing in the logs files.

The configuration for PHP is:

./configure -with-apxs="<path to apxs>" -without-gdbm -without-mysql -without-gd

and the line in httpd.conf is

LoadModule php4_module modules/libexec/libphp4.so

The gcc I use is v3.0.3.

The PHP module coming with Stronghold is configured as follows:

./configure -prefix="<path to install>" -with-apxs="<path to axs>" -without-gdbm

The Stronghold 3.0.15 is Apache 1.3.22 compatible.

I need to rebuild the PHP module with the options I mentioned, but at least I want to 
see that it's working with no adds first and then to play with extensions.

I noticed that the original module coming with Stronghold (PHP4.0.6) is 3 times bigger 
then the module I compiled and is with the same configuration line.

Does anybody have any clue what's the problem here?

TIA,
Adi








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

I build PhP 4.1.1 as a DSO module and successfully built libphp4.so library.
I have edited php.ini and httpd.conf files and started the server.
Unfortunatelly, when I try to access php file, the server doesn't understand
php extension, and I am asked to either save or open the file. 

Did I forget to modify anything else?

Thank you in advance!
Leon

-----------
Leon Zilber
HP Internet Operation R&D Lab
phone: 973.443.78.82
email: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
 
I have installed several times Apache, mod_php4 and Mysql using the default 
configuration with yast and yast2 and it NEVER worked.
Then I realize that if you install "FLEX (Fast Lexical Analyzer Generator)" located on 
the z?? Group before you install the mod_php4 it will work.
example:
1. Install whatever you want.
2. Install the FLEX program
3. Install mysql
4. Install Apache
5. Install mod_php4
6. Add (optional)"AddType application/x-httpd-php .html" exactly in line 1076 inside 
the /etc/httpd/httpd.conf (if you want to use html pages.)
7. (optional)Remove index.html.en & index.html.de from /usr/local/httpd/htdocs/
8. Edit a file with something like:
    <?
    phpinfo()
     ?>
9. Save it with the name index.html on the following directory /usr/local/httpd/htdocs/
10. Reboot your computer.

p.s. I am using SuSE Linux Professional 7.3, I didn´t modify my system with external 
software, I only use YAST or YAST2 to remove and install the software.
        If you have installed Apache & mod_php4 you must deinstall them before you 
install flex.

I hope this helps you!!!.
-- 

-- 





Nuestra pagina esta en:
http://www.geocities.com/ariosii/hss.html
--- End Message ---
--- Begin Message ---
Install "flex".
You probably need more tools to build php...

Read manual for tools you need.

--
Yasuo Ohgaki


Johannes Tyra wrote:
> Hi List,
> 
> with SuSE 7.3 I have an error with ./configure
> 
> checking for flex... lex
> checking for yywrap in -ll... no
> checking lex output file root... ./configure: lex: command not found
> configure: error: cannot find output from lex; giving up
> 
> Are there any packages missing??
> What can I do?
> 
> 
> Greetings from Germany...
> --
> Mit freundlichem Gruß,
> Johannes Tyra
> 
> 

--- End Message ---

Reply via email to