php-install Digest 20 Apr 2001 00:51:22 -0000 Issue 269

Topics (messages 2823 through 2838):

Freetype2 with PHP4.0.4pl1
        2823 by: nemholt_jf.tsm.es
        2838 by: Yasuo Ohgaki

Problem with easyphp and DBM i think .....
        2824 by: VirtualSolution [Virtualsolution.net]

php installation - more information for your diagnosis
        2825 by: jean-worldtouch

Re: Installing PHP 4.0 on Windows 2000
        2826 by: Peter Mosinskis

Installation on Win2000 IIS 5.0
        2827 by: M.Kissel
        2829 by: Johannes Janson
        2830 by: Johannes Janson

MySQL and PHP
        2828 by: Mike Corredea
        2833 by: B. van Ouwerkerk

FreeBSD 4.0/Apache/PHP 4
        2831 by: Jonathan Hilgeman
        2835 by: Jonathan Hilgeman
        2836 by: Jonathan Hilgeman

php3 install with Apache w/o DSO
        2832 by: Daniel L. Ferrell
        2834 by: Robert Boehrs

PHP and MySQL or Postgres
        2837 by: Luis Keesling

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]


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



Hi!

I've had some problems installing freetype2 with PHP (and GD).

If I use -with-ttf for the freetype1 install path, I get freetype1 support,
if I change the path to the freetype2 install path PHP breaks.

Is freetype2 still unsupported in PHP ?


/jesper





Read php-dev list's archive. It would help you.

--
Yasuo Ohgaki


<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Hi!
>
> I've had some problems installing freetype2 with PHP (and GD).
>
> If I use -with-ttf for the freetype1 install path, I get freetype1 support,
> if I change the path to the freetype2 install path PHP breaks.
>
> Is freetype2 still unsupported in PHP ?
>
>
> /jesper
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>





 
Hi , I'm enrico from Italy and i have found this problem
whith this simple test script:
( I have installed "easyphp 1.2" on a Win2000Professional whith AMD K7 Athlon 700Mhz)


<?php

$dbh = dbmopen("prodotti","c")or die("impossibile aprire il db");
dbminsert ($dbh, "pantaloni", "50.000");
dbminsert ($dbh, "gins", "1.000.000");
dbminsert ($dbh, "magliette", "2.000.000");
dbminsert ($dbh, "scarpe", "3.000.000");
dbminsert ($dbh, "lacci", "500.000");

dbmclose($dbh);

?>

<?php

$dbh = dbmopen("prodotti","c")or die("impossibile aprire il db");
$key = dbmfirstkey($dbh);

while ($key !="")
{
$value = dbmfetch($dbh, $key);
print "<tr><td>$key </td>";
print "<td>$value</td></tr>";
$key=dbmnextkey($dbh,$key);

}dbmclose($dbh);
?>


Why the autput is wrong??


      Prodotti Prezzi 
      pantaloni  0.0004 
      gins  .000.0009 
      magliette  .000.0006 
      scarpe  3.000.000 
      lacci  500.000 


(this cript on a Cobalt server with linux os work good!!!!)


Thanks a lot....




apache, mysql were installed, php is not
yet installed and wandering.


HENRI







Hi Mike,

I did the manual install, actually it worked fine aside from a "user error" 
I saved the PHP file "hello world" file with a misspelled extension. :)
That's what was generating that error. Works fine now.

Thanks,
Peter

At 08:04 PM 4/18/2001 -0700, you wrote:
>Peter:
>I installed the version with the InstallShield.  I had no problems.  Hey did
>you do the configuring in IIS?  Sounds maybe that something was configured
>before you installed PHP.
>Let me know if this helps...sorry I can not be much help.
>Mike
>
>
>
>
>
>----- Original Message -----
>From: "Peter Mosinskis" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
>Sent: Wednesday, April 18, 2001 4:25 PM
>Subject: Re: [PHP-INST] Installing PHP 4.0 on Windows 2000
>
>
>> Mike,
>>
>> Did you install the InstallShield version or did you manually install? I
>> tried the manual install on W2K and it isn't working for me. In my browser
>> (IE) when I try to pull up a "hello world" PHP script I get an error:
>> "CGI Error
>> The specified CGI application misbehaved by not returning a complete set
>of
>> HTTP headers. The headers it did return are"
>> Any ideas?
>>
>> --Peter
>>
>> >List:     php-install
>> >Subject:  Re: [PHP-INST] Installing PHP 4.0 on Windows 2000
>> >From:     "Michael C" <[EMAIL PROTECTED]>
>> >Date:     2001-04-18 2:53:48
>> >[Download message RAW]
>> >
>> >Ricardo:
>> >I just downloaded and installed PHP on Windows 2000 with IIS 5.0.  It
>works
>> >great!
>> >Here is the URL: http://www.php.net/manual/en/install-windows.php
>> >Let me know if that helps
>> >Thanks
>> >Mike
>>
>> ""Ricardo Granja"" <[EMAIL PROTECTED]> wrote in message
>> 9bitbp$t4c$[EMAIL PROTECTED]">news:9bitbp$t4c$[EMAIL PROTECTED]...
>> > I need to know all the instructions for installing PHP 4 on IIS in
>Windows
>> > 2000. I try  the instructions that came with the product but when I try
>> > execute a script the browser only display the code of the script:
>> > <?php
>> >     phpinfo();
>> > ?>
>> >
>> > Regards,
>> > Ricardo Granja
>> > [EMAIL PROTECTED]
>>
>>
>>
>




i get this error message:
PHP Warning: Unable to load dynamic library 'php_pdf.dll' - Das angegebene
Modul wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to load
dynamic library 'C:\Php\EXTENSIONS/php_sybase_ct.dll' - Das angegebene Modul
wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to load
dynamic library 'C:\Php\EXTENSIONS/php_ifx.dll' - Das angegebene Modul wurde
nicht gefunden. in Unknown on line 0
dies anyone know how to fix this ???

many thanx M.Kissel






Hi,

ich schreib Dir einfach so, da ich in Deutsch schneller bin
als in Englisch. Hast Du die verschiedenen Slashes bemerkt.
Ich habe zwar kein extension_dir aber das sieht mir stark
danach aus, dass da der Hund begraben liegt. Du musst
alles zu Win-konforme Slashes machen. Was steht in Deiner
php.ini?

johannes


""M.Kissel"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9bn57o$3ip$[EMAIL PROTECTED]">news:9bn57o$3ip$[EMAIL PROTECTED]...
> i get this error message:
> PHP Warning: Unable to load dynamic library 'php_pdf.dll' - Das angegebene
> Modul wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to
load
> dynamic library 'C:\Php\EXTENSIONS/php_sybase_ct.dll' - Das angegebene
Modul
> wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to load
> dynamic library 'C:\Php\EXTENSIONS/php_ifx.dll' - Das angegebene Modul
wurde
> nicht gefunden. in Unknown on line 0
> dies anyone know how to fix this ???
>
> many thanx M.Kissel
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>






ooops,

sorry stupid me, wrong button. So I think I have to provide a translation:

skip the first sentence. Did you notice the different slashes?
I don't have an extension_dir set but it looks to me like this
is where the problem lies. You have to change the / to a
windows-conform \. What do you have in your php.ini?

Johannes

""Johannes Janson"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9bn6s3$fve$[EMAIL PROTECTED]">news:9bn6s3$fve$[EMAIL PROTECTED]...
> Hi,
>
> ich schreib Dir einfach so, da ich in Deutsch schneller bin
> als in Englisch. Hast Du die verschiedenen Slashes bemerkt.
> Ich habe zwar kein extension_dir aber das sieht mir stark
> danach aus, dass da der Hund begraben liegt. Du musst
> alles zu Win-konforme Slashes machen. Was steht in Deiner
> php.ini?
>
> johannes
>
>
> ""M.Kissel"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> 9bn57o$3ip$[EMAIL PROTECTED]">news:9bn57o$3ip$[EMAIL PROTECTED]...
> > i get this error message:
> > PHP Warning: Unable to load dynamic library 'php_pdf.dll' - Das
angegebene
> > Modul wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to
> load
> > dynamic library 'C:\Php\EXTENSIONS/php_sybase_ct.dll' - Das angegebene
> Modul
> > wurde nicht gefunden. in Unknown on line 0 PHP Warning: Unable to load
> > dynamic library 'C:\Php\EXTENSIONS/php_ifx.dll' - Das angegebene Modul
> wurde
> > nicht gefunden. in Unknown on line 0
> > dies anyone know how to fix this ???
> >
> > many thanx M.Kissel
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>






I just downloaded MySQL-3.23.36.tar (Which is the Source tar) from their

site and I have php-4.0.4pl1. I have installed MySQL and it is ready to
go. I know this for I can connect via the MySQL Monitor. When I try to
configure php with the line "./configure
--with-apache=/usr/local/apache_1.3.19 --with-mysql --with-ldap
--enable-track-vars" it tells me that it can't find the header files.
Then I point it to the header files, after that I get the error "can't
find client lib". What should I do about this ?? Where do I tell php to
look for it ??





Aconfigure php with the line "./configure
>--with-apache=/usr/local/apache_1.3.19 --with-mysql --with-ldap
>--enable-track-vars" it tells me that it can't find the header files.
>Then I point it to the header files, after that I get the error "can't
>find client lib". What should I do about this ?? Where do I tell php to
>look for it ??

Look at www.devshed.com and find yourself more info on this install.

Not much fun to type it here.. they've got a nice article..

Bye,


B.





I am trying to configure PHP4 to work on a new server. It seems to be
correctly set up in the configuration files but it doesn't work when tested.
There are no configtest errors when starting Apache, and I have the
following lines in my httpd.conf:

LoadModule php4_module        libexec/apache/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php4 .phtml .php
AddHandler php4-script .php


If I try to access a .php file (or any of those extensions in the AddType) I
get a file download window. If I rename the file to something else like
index.php9 I get the contents of the file in a text listing. HTML extensions
work fine! Help!





I used AddHandler because AddType wasn't working by itself. It still doesn't
work - I just haven't taken it off.

-----Original Message-----
From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 11:38 AM
To: 'Jonathan Hilgeman'
Subject: RE: [PHP-INST] FreeBSD 4.0/Apache/PHP 4


Why the AddHandler?  Anything in the error_log?

> -----Original Message-----
> From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 1:35 PM
> To: '[EMAIL PROTECTED]'
> Subject: [PHP-INST] FreeBSD 4.0/Apache/PHP 4
> 
> I have the following lines in my httpd.conf:
> 
> LoadModule php4_module        libexec/apache/libphp4.so
> AddModule mod_php4.c
> AddType application/x-httpd-php .php4 .phtml .php
> AddHandler php4-script .php
> 
> 
> If I try to access a .php file (or any of those extensions in 
> the AddType) I get a file download window. 




Yeah I restarted Apache. I am running 1.3.14.

-----Original Message-----
From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 12:10 PM
To: 'Jonathan Hilgeman'
Subject: RE: [PHP-INST] FreeBSD 4.0/Apache/PHP 4


You don't need it, and the rest is right.  Stupid question, you did restart
Apache?

> -----Original Message-----
> From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 3:05 PM
> To: 'Matt Schroebel'
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: [PHP-INST] FreeBSD 4.0/Apache/PHP 4
> 
> 
> I used AddHandler because AddType wasn't working by itself. 
> It still doesn't
> work - I just haven't taken it off.
> 
> -----Original Message-----
> From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 11:38 AM
> To: 'Jonathan Hilgeman'
> Subject: RE: [PHP-INST] FreeBSD 4.0/Apache/PHP 4
> 
> 
> Why the AddHandler?  Anything in the error_log?
> 
> > -----Original Message-----
> > From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 19, 2001 1:35 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: [PHP-INST] FreeBSD 4.0/Apache/PHP 4
> > 
> > I have the following lines in my httpd.conf:
> > 
> > LoadModule php4_module        libexec/apache/libphp4.so
> > AddModule mod_php4.c
> > AddType application/x-httpd-php .php4 .phtml .php
> > AddHandler php4-script .php
> > 
> > 
> > If I try to access a .php file (or any of those extensions in 
> > the AddType) I get a file download window. 
> 




hey,
        is it possible to install php3 as an Apache module on Unix without DSO?
Anyone? Also, could someone point me to an installation instruction page for
dummies? I can't seem to make this installation work to save my life?

 dan





Hi Dan,

you have to compile an Apache-Server with php included as a static module.
There's a short description within the php-documentation on how to setup
this configuration. If that won't work for you can you please be a little
bit more precise in how it won't work.

Best Robert


-----Ursprüngliche Nachricht-----
Von: Daniel L. Ferrell [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 19. April 2001 19:42
An: [EMAIL PROTECTED]
Betreff: [PHP-INST] php3 install with Apache w/o DSO


hey,
        is it possible to install php3 as an Apache module on Unix without
DSO?
Anyone? Also, could someone point me to an installation instruction page for
dummies? I can't seem to make this installation work to save my life?

 dan


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Hi, I've been trying to install the PHP modules to use
the Postgres or MySQL functions, but I haven't been
very lucky.

First I installed LinuxPPP 6.4 (it's RedHat 6.2 in
spanish with some add-on's) with all I needed to be a
web server. So Apache, PHP and Posgres were installed,
later on I downloaded the MySQL RPM's and installed
them (rpm -ivh mysql*.rpm).

What I'm trying to do is to use PHP and either of the
database managers, and I'm still trying without reults.

What con I do?

Greetings

Luis Keesling
-- 

Get your free email from www.linuxmail.org 


Powered by Outblaze


Reply via email to