--- Charles Baker <[EMAIL PROTECTED]> wrote:
> I'm running apache 1.3.26 and php4. I've never tried
> to do anything w/ php on my server. I installed an
> app
> that has php3 files. When I try to browse the app, I
> get a mime-type error. Galeon doesn't see
I'm running apache 1.3.26 and php4. I've never tried
to do anything w/ php on my server. I installed an app
that has php3 files. When I try to browse the app, I
get a mime-type error. Galeon doesn't seem to know
what to do...I think the following are all the
relevant line fro
osed to be.) but...
8-§ >
8-§ > > DirectoryIndex index.htm index.html index.shtml index.php index.php3
8-§ > > DocumentRoot /var/www/ <-- that's default
8-§ > >
8-§ > > AddType application/x-httpd-php .phtml .php3 .php
8-§ > > AddType application/x-ht
-- that's default
>
> AddType application/x-httpd-php .phtml .php3 .php
> AddType application/x-httpd-php-source .phps
These lines ARE in my httpd.conf
*sigh* ok, apache is posessed or something.. after restarting it twice
in a row (once on purpose, the second on accident) it's no
> Yes.
8-§ >
8-§ > > Besides next is mine (and working well!):
8-§ > >
8-§ > > #AddType application/x-httpd-php3 .php3
8-§ > > #AddType application/x-httpd-php3-source .phps
8-§ > > #
8-§ > > # And for PHP 4.x, use:
8-§ > &g
webmaster @ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote:
> Did you un-comment the "LoadModule php4_module /usr/lib/apache/1.3/libphp4.so" line?
Yes.
> Besides next is mine (and working well!):
>
> #AddType application/x-httpd-php3 .php3
> #AddType
8-§ > After a bit if fiddling around I got
8-§ > apahce/php4 to load files named .php3 as php files, but anything named
8-§ > .php or .php4 gets ignored and is sent to the users browser as
8-§ > "application/x-httpd-php" as if php were not configured. The problem
8-
to load files named .php3 as php files, but anything named
.php or .php4 gets ignored and is sent to the users browser as
"application/x-httpd-php" as if php were not configured. The problem
occurs in a users /public_html/ directory. Here is what my
php section my my httpd.conf looks lik
Nik,
> > AddType application/x-httpd-php .php .php3 .php4
> > AddType application/x-httpd-php-source .phps
You have just these two lines in you Apache config for PHP? In your first
post, you show conflicting entries. There should only be one "AddType
application/x-httpd-p
Hi Steve!
> # And for PHP 4.x, use:
> #
> AddType application/x-httpd-php .php .php3 .php4
> AddType application/x-httpd-php-source .phps
DoesnŽt help me at all. Unfortunatly i tried all reasonable
combinations.
But when i try to open a php3 page my browser always tries to downl
> I have apache 1.3 running with php4 on debian woody.
> Unfortunatly my webserver cannot parse any php3 files.
> When i want to open files with this ending i get an unknown mime typ.
> i have added all mime types, as far as i am concerned:
>
>
> AddType applica
Hi !
I have apache 1.3 running with php4 on debian woody.
Unfortunatly my webserver cannot parse any php3 files.
When i want to open files with this ending i get an unknown mime typ.
i have added all mime types, as far as i am concerned:
AddType application/x-httpd-php .php
AddType
On Sat, 2 Mar 2002, Joseph Maher wrote:
> In case anyone cares, I rebuilt php3 for potato i386, with the recent
> security patch[1] applied.
Thank you!
--
Baloo
In case anyone cares, I rebuilt php3 for potato i386, with the recent
security patch[1] applied.
debs available at:
http://www.math.ucsb.edu/~maher/debian
Use at your own risk etc. This is just a stopgap till they get the
official security update out. If they don't work let me know and
On Friday 04 January 2002 14:53, johan30 wrote:
> hi,
>
> I work on debian unstable and there is being installed apache and php3 with
> apt-get. I wanted to ask if somebody know an explenation (webpage or
> something is ok for me) how to configure httpd.conf in function for php3
hi,
I work on debian unstable and there is being installed apache and php3 with
apt-get. I wanted to ask if somebody know an explenation (webpage or
something is ok for me) how to configure httpd.conf in function for php3 ?
Thx a lot
>From all the errors I'm looking at the error is that the php3-mysql module
is not talking to mysql, I can't tell if this is because php3-mysql Doesn't
work with the version of mysql that is in woody, or what. Should I just
download the php4 source and compile it manually?
W
Yes is I installed php3-mysql 3.0.18-12
Wayne
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Claus Divossen
Sent: Tuesday, May 29, 2001 2:02 PM
To: Wayne Sitton
Cc: debian-user
Subject: Re: woody+php3+php-nuke
Wayne Sitton wrote:
>
> I had php-n
pache-commons...?(why?)
> so, I installed php3, but when I go to the website I get this error
>
> Fatal error: Call to unsupported or undefined function mysql_connect() in
> mainfile.php on line 33
>
> First I thought it may have to do with something else that upgraded, so I
> un-
I had php-nuke up and running on Debian stable with php4.
Because of another program I wanted to run, I had to upgrade to woody
first it un-installed my php4, in dselect when I tried to re-install it
it complains about the version of apache-commons...?(why?)
so, I installed php3, but when I go
>wendy:/etc/php3/apache# apt-get install php3-mysql
>Reading Package Lists... Done
>Building Dependency Tree... Done
>Sorry, php3-mysql is already the newest version
>0 packages upgraded, 0 newly installed, 0 to remove and 56 not upgraded.
>
>Any idea?
56 not upgraded?
it said:
wendy:/etc/php3/apache# apt-get install php3-mysql
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, php3-mysql is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove and 56 not upgraded.
Any idea?
> >
> > Fatal error: Call to
>
> Fatal error: Call to unsupported or undefined function mysql_connect() in
>/var/www/template.inc on line 122
> (I can connect to the mysql server locally.)
>
>Could anyone tell me how to fix it? Thank in advanced!
>
#apt-get install php3-mysql
ususally fixes this one for me.
I have just re-install php3, the apache can run php3 well, however, it
doesnt seem to able to connect to the mysql server with PHP, that is
mysql_connect()
Fatal error: Call to unsupported or undefined function mysql_connect() in
/var/www/template.inc on line 122
(I can connect to the mysql
Hi list,
is it posible to have both PHP3 and PHP4 installed from binary debs on the same
machine ?
Thanks
Petr
Hi,
I posted this question and hope to add new information.
I have just found the configure command for php3 have the option
'--without-gd' by phpinfo. Does this mean that I have to recompile
php3 if I want to invoke GD?
*
Hi,
I am a novice of php. When
rsion 3.0.16. But how about the function imagecreatefrompng()?
Should I add something in php3.ini? TNX.
The following packages were installed in my potato box,
ii php3 3.0.16-2potato A server-side, HTML-embedded scripting langu
ii php3-cgi 3.0.16-2potato A server-side, HTML-emb
|> Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb
|> handle *.php3 files?
I solved this by putting the following line in /etc/apache/httpd.conf:
AddType application/x-httpd-php .php3
just above
AddType application/x-htt
I think the problem is a simple MIME type problem. Add 'php3' to the
application/x-httpd-php type.
-Ken
On Fri, Jan 19, 2001, Jameson C. Burt wrote:
> Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb
> handle *.php3 files?
> Through netscape http://lo
Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb
handle *.php3 files?
Through netscape http://localhost/test-jameson.php,
I can see php4 working, where test-jameson.php is
This common test properly displays a few pages
of PHP configuration information.
However, testing thr
Shouldn't the Debian package php4_4.0.3pl1-0potato1.deb
handle *.php3 files?
Through netscape http://localhost/test-jameson.php,
I can see php4 working, where test-jameson.php is
This common test properly displays a few pages
of PHP configuration information.
However, testing thr
I am running debian potato and am trying to get Twig 2.5.1 to run. For
some reason even after going through and installing all the php3 modualls
that are listed. The test still says it cannot access the imap and the
pgsql database.
Can anyone give me a hint on what to do from here?
Thanks
# apt-get install php3-magick
# dpkg -L php3-magick
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/php3-magick
/usr/lib
/usr/lib/php3
/usr/lib/php3/apache
/usr/lib/php3/apache/magick.so
browsing to localhost/doc/php3-magick shows several
documents, which may or may not help...
On Sat, Sep 02, 2000 at 11:25:08PM +0200, trapstep wrote:
> hi list,
>
> i installed php3-magick Version: 3:3.0.16-4 from woody.
> it installed the magick.so but no other file, no documentation at all.
> then i searched the web, but found nothing but links to this package.
&g
hi list,
i installed php3-magick Version: 3:3.0.16-4 from
woody. it installed the magick.so but no other file, no documentation at all.
then i searched the web, but found nothing but links to this package. isn't
there any documentation for this?
tia
trapstep
; postgreSQL because of the foreign key support. Would upgrading just
>> the php3-pgsql package work, or would I then also need to upgrade
>> apache and all other things?
>
>The PHP3 packages from woody seem to work fine. If you upgrade them,
>though, you'll get an upgrade
On Tue, Jul 18, 2000 at 05:31:15AM +0200, Remco Rijnders wrote:
> So now with the cause pinned down, what can I do to fix this? I'd like
> to run potato on this machine but really need version 7.* of
> postgreSQL because of the foreign key support. Would upgrading just
> the p
you have to do this 'cuz pgsql is loaded
>as a module, not compiled into php interpreter).
No, I didn't try that. As I understand it that is not required when
you specify in the php3.ini file that this should be auto loaded. The
auto load for mysql support for example works wi
On Mon, Jul 17, 2000 at 03:14:05PM -0400, Andrew Sullivan wrote:
> > Yes, it is called php3-pgsql if I am not mistaken. I have also checked
> > to see that the file pgsql.so is in /usr/lib/php3/apache/ as where it
> > should belong if I am not mistaken. I turned it on i
t() in
> > > lib.inc.php on line 90
> >
> > Did you install the PostgreSQL package for PHP? And did you turn it on in
> > the php[3].ini?
>
> Yes, it is called php3-pgsql if I am not mistaken. I have also checked
> to see that the file pgsql.so is in /usr/lib/p
ackage for PHP? And did you turn it on in
> the php[3].ini?
Yes, it is called php3-pgsql if I am not mistaken. I have also checked
to see that the file pgsql.so is in /usr/lib/php3/apache/ as where it
should belong if I am not mistaken. I turned it on in php3.ini (see my
original post) and have
All apache needs at this point is the php module. I assume you have that.
But you also need php with postgreSQL support, which is not there by
default. apt-get it ( I dont know the name of it, but this was a case for
me when I was getting mysql to work with php), and you should be fine.
Andrei
---
In article <[EMAIL PROTECTED]>, John Pearson wrote:
>> I am trying to get apache, PHP3, and PostgreSQL to work together on my
>> Potato machine. I want to use the phpPgAdmin to give me a web
>> accessible interface to the PostgreSQL database. However trying to use
>
On Fri, Jul 14, 2000 at 09:15:01AM +0200, Remco Rijnders wrote
> Hello all,
>
> I am trying to get apache, PHP3, and PostgreSQL to work together on my
> Potato machine. I want to use the phpPgAdmin to give me a web
> accessible interface to the PostgreSQL database. However try
Hello all,
I am trying to get apache, PHP3, and PostgreSQL to work together on my
Potato machine. I want to use the phpPgAdmin to give me a web
accessible interface to the PostgreSQL database. However trying to use
it gives me the following error:
Fatal error: Call to unsupported or undefined
I am developing a site that uses php3. One of the functions I am using is
str_replace() and it works fine on my hosting company's server as they run
the latest php3 version. However, the packaged stable version is 3.0.5 which
doesn't support this function.
I'm interested in your o
What is the difference between PHP3 and PHP4. I want to install them
with Mysql .deb's
Thanks
Jack Morgan
Andrew McRobert wrote:
>
> hi
>
> ...pls excuse the dumb-ness of this qstn, but how do I tell if I'm running
> php3-apache OR php3-cgi? does the former run automatically when apache runs?
> (provided there's a valid php3.ini file). If so, then how does php3-cgi run?
hi
...pls excuse the dumb-ness of this qstn, but how do I tell if I'm running
php3-apache OR php3-cgi? does the former run automatically when apache runs?
(provided there's a valid php3.ini file). If so, then how does php3-cgi run?
than
On Wed, May 17, 2000 at 03:16:20PM +0100, Oliver Hingst wrote
> Hello,
> I am using Debian "Potato" and I use Apache, PHP3 and every modules
> containing "php3" and "mysql" and MySQL server and client.
> I am going through a tutorial on DevShed (http://www
You are probably missing the php3-mysql package. I
had similar problems with getting imap to work until I
installed the php3-imap package. Give that a shot
Dustin
--- Oliver Hingst <[EMAIL PROTECTED]>
wrote:
> Hello,
> I am using Debian "Potato" and I use Apache, PH
Hello,
I am using Debian "Potato" and I use Apache, PHP3 and every modules
containing "php3" and "mysql" and MySQL server and client.
I am going through a tutorial on DevShed (http://www.devshed.com) on
creating a web database. I have checked that PHP3 has been in
On 11-May-2000 Chris Mason wrote:
> I'm installing apache and php3/mysql using dselect, but there is no mysql
> support present in php after I install the package. Is there a way to
> configure this?
>
you have to enable the module in /etc/php3 (or some such directory in /etc it
may have moved).
I'm installing apache and php3/mysql using dselect, but there is no mysql
support present in php after I install the package. Is there a way to
configure this?
Chris Mason
Box 340, The Valley, Anguilla, British West Indies
Tel: 264 497 5670 Fax: 264 497 8463
USA Fax (561) 382-7771
Take a vi
I have upgraded to frozen and would like to install apache with php and
mysql support, using dselect and apt-get as the method, what do I have to do
to get this configuration installed. My previous attempts left me with
apache without php/mysql.
Chris Mason
Box 340, The Valley, Anguilla, British W
Gergely Madarasz wrote:
>
> On Mon, 8 May 2000, Umum Wijoyo wrote:
>
> > Hello again...
> >
> > I've installed these following .deb packages:
> >
> > - apache --> works fine!
> > - MySQL --> works fine!
> > - PHP3 -->
On Mon, 8 May 2000, Umum Wijoyo wrote:
> Hello again...
>
> I've installed these following .deb packages:
>
> - apache --> works fine!
> - MySQL --> works fine!
> - PHP3 --> why can't it support MySQL?
>
> Can anybody help me with this?
install
perhaps the binary wasn't compiled using the --with-mysql option.
You may have to get the source and compile it yourself.
> -Original Message-
> From: Umum Wijoyo [mailto:[EMAIL PROTECTED]
> Sent: 08 May 2000 06:15
> To: debian-user@lists.debian.org
> Subject: p
Hello again...
I've installed these following .deb packages:
- apache --> works fine!
- MySQL --> works fine!
- PHP3 --> why can't it support MySQL?
Can anybody help me with this?
Thanks!
Urip Hudiono
--
Bandung, Indonesia
Quoth martin,
> short question: does anyone know of a php3 mode for xemacs?
>
> developing php3 in html-mode is sort of annoying :-)
Short answer -> not that I know of, but I've heard that some of the
various C modes work well.
I personally use gvim. If vi is not your cup-of-t
martin <[EMAIL PROTECTED]> writes:
> short question: does anyone know of a php3 mode for xemacs?
>
> developing php3 in html-mode is sort of annoying :-)
http://www.cs.huji.ac.il/~baryudin/php3_mode.html
--
Arcady Genkin http://www.thpoon.com
short question: does anyone know of a php3 mode for xemacs?
developing php3 in html-mode is sort of annoying :-)
tnx
--
Cynapsis Kommunikationsagentur GmbH
Dipl.-Ing. Martin Lorenz
Application Consultant und Tool Acquisition
Tel: +49 251 48265 24
Fax: 48
Rothenburg 14-16
D-48143
Andrew Sullivan wrote:
>Hi,
>
>I'm looking to see if anyone has php3-pgsql working against postgresql 7
>(from the unstable tree). I had it all working nicely under potato, but I
>saw that postgresql 7 was out, and I _really_ need foreign keys. (A lack of
...
&
Hi,
I'm looking to see if anyone has php3-pgsql working against postgresql 7
(from the unstable tree). I had it all working nicely under potato, but I
saw that postgresql 7 was out, and I _really_ need foreign keys. (A lack of
referential contraints is what got the old database here in tr
On 06-Mar-2000 Alberto Maurizi wrote:
>
> I know the subject is false: php3 DOES support Postgres.
> But in my (daily upgraded) potato it seems not to.
> A very simple call to pg_connect returns:
>
> Fatal error: Call to unsupported or undefined function
I know the subject is false: php3 DOES support Postgres.
But in my (daily upgraded) potato it seems not to.
A very simple call to pg_connect returns:
Fatal error: Call to unsupported or undefined function pg_connect()
in functions.php3 on line 17
In the apache
hello all,
is the PHP3 package in slink already compiled in to work with MySQL ?
ive installed php3, php3-msql and mysql-base/server but when i try to
connect to a .php3 script on my web server i get the following :
Fatal error: Call to unsupported or undefined function mysql_connect()
in /var
Ahh.. that's it!
On Mon, Feb 14, 2000 at 10:51:35AM -, Barry Platt wrote:
> Nate Duehr wrote:
> > There *is* a way to get apache/php3/mysql to play nicely without having
> > to use the dl() for it in every script... I just can't for the life of
> > me, remember
On Mon, 14 Feb 2000 01:59:28 -0700
Nate Duehr <[EMAIL PROTECTED]> wrote:
> There *is* a way to get apache/php3/mysql to play nicely without
> having to use the dl() for it in every script...
Add "extension=mysql.so" to /etc/php/apache/php
Nate Duehr wrote:
> There *is* a way to get apache/php3/mysql to play nicely without having
> to use the dl() for it in every script... I just can't for the life of
> me, remember where I made the changes so it would work. But I *know* I
> found it in the configs for apache som
I know this sounds vague, but it's late, and I can't find it on my
server box for some reason... but if it's any consolation:
There *is* a way to get apache/php3/mysql to play nicely without having
to use the dl() for it in every script... I just can't for the life of
me, r
On Thu, Feb 10, 2000 at 02:05:16PM +, Sven Gaerner wrote:
> Alisdair McDiarmid wrote:
>
> > On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote:
> > > On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote
> > > > I'm trying to get
Alisdair McDiarmid wrote:
> On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote:
> > On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote
> > > I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want
> > > to load the mysql.s
On Thu, Feb 10, 2000 at 08:07:11AM +1030, John Pearson wrote:
> On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote
> > I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want
> > to load the mysql.so extension, so in the /etc/php3/apache/php3.ini
On Wed, Feb 09, 2000 at 07:02:56PM +, Alisdair McDiarmid wrote
> I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want
> to load the mysql.so extension, so in the /etc/php3/apache/php3.ini I
> put `extension = mysql.so' and checked that extension_dir was
I'm trying to get PHP3 and MySQL to play nice, but they refuse. I want
to load the mysql.so extension, so in the /etc/php3/apache/php3.ini I
put `extension = mysql.so' and checked that extension_dir was correct.
This didn't work: php3 scripts without dl('mysql.so') in
BINGO
Its working now,
Thank you very much Shao.
Have fun...
Jorge
- Original Message -
From: Shao Zhang <[EMAIL PROTECTED]>
To: Jorge Sousa <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, January 27, 2000 4:52 AM
Subject: Re: PHP3 + Mysql -> connecting problems
>
Hi,
I think you will need to load the library. try this in your php
scripts:
dl("mysql.so");
And make sure you have these lines in your
/etc/php3/cgi/php3.ini:
extension_dir = /usr/lib/php3/cgi
extension = mysql.so
Sh
> "Fatal error: Call to unsupported or undefined function mysql_connect() in
> /home/www/projectoX/teste.php3 on line 11"
add the following line to your .php3 code:
dl ("mysql.so");
--
saisanthosh
Hi all,
I have php3 installed and running, i also installed the php-mysql packages
but whenever I try to access a php3 script with mysql functions the script
will fail with the message:
"Fatal error: Call to unsupported or undefined function mysql_connect() in
/home/www/projectoX/teste.ph
On Sun, 5 Dec 1999, Sven Gaerner wrote:
> I have installed PHP3 as cgi- and apache-module on an slink-based machine. I
> also have installed some PHP-modules (mysql and imap). When I try to call a
> string function (strip_tags) I get an error message in my browser window: call
> to
Hi!
I have installed PHP3 as cgi- and apache-module on an slink-based machine. I
also have installed some PHP-modules (mysql and imap). When I try to call a
string function (strip_tags) I get an error message in my browser window: call
to unsupported function...
It seems to be that this module is
On Tue, Sep 21, 1999 at 06:06:16PM +0200, Alfred Munnikes wrote
> Hello
>
> When I'm compiling PHP3-3.0.12-7 (potato source) on my Debian Slink
> system (libc6 2.0.7.19981211-6, and the only updated package is
> debhelper 2.0.43 ) I get the next error:
>
> ld -Bs
Hello
When I'm compiling PHP3-3.0.12-7 (potato source) on my Debian Slink
system (libc6 2.0.7.19981211-6, and the only updated package is
debhelper 2.0.43 ) I get the next error:
ld -Bshareable -lc -o libphp3.so ./mod_php3.o libmodphp3-so.a
-L/usr/local/lib -L/usr/local/lib -lz -ldb pc
On Fri, Sep 17, 1999 at 09:43:50AM -0700, Seth R Arnold wrote:
> Now I am lost. :)
I don't have the original question post handy, but i can remember the
configuration/compilation/installation commands were all OK, but there was a
lacking "make install" in apache directory, only a "make" was issue
On Thu, Sep 16, 1999 at 06:02:38PM -0700, Seth R Arnold wrote:
> On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote:
> > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote:
> > > # make; make install
> >
> > err... shouldn't it be make && make install instead?
>
> The &&
On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote:
> On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote:
> > # make; make install
>
> err... shouldn't it be make && make install instead?
The && means "execute the next one only if this one worked". If you really
trust th
On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote:
> Hi there,
>
> I have installed Apache 1.3.9 with PHP3:
>
> # tar xvzf apache_1.3.9.tar.gz
> # tar xvzf php-3.0.12.tar.gz
> # cd apache_1.3.9
> # ./configure --prefix=
> # cd ../php-3.0.12
> # ./conf
Hi there,
I have installed Apache 1.3.9 with PHP3:
# tar xvzf apache_1.3.9.tar.gz
# tar xvzf php-3.0.12.tar.gz
# cd apache_1.3.9
# ./configure --prefix=
# cd ../php-3.0.12
# ./configure --with-mysql=
--with-apache=../apache_1.3.9 --enable-track-vars
# make; make install
# cd ../apache_1.3.9
G'day all,
I am having trouble getting php3 to recognize other librariies
in /usr/lib/php3/apache/
there is calendar.so crypt.so gd.so mysql.so
but i get the following error message on trying to use any functions form
them
Fatal error: Call to unsupported or undefined fun
Apache-ssl 1.3.6-15.2 with php 3.0.12-2 and libpam 0.69-1 fails giving error:
Syntax error on line 105 of /etc/apache-ssl/httpd.conf:
Cannot load /usr/lib/apache/1.3/libphp3.so into server: /lib/libpam.so.0:
undefined symbol: _pam_get_static_sym
httpd.conf line 105: LoadModule php3_module /usr/l
Does anyone have problem with starting apache 1.3.9-2 with php3 3.0.12-3?
error.log
[Wed Sep 1 19:23:15 1999] [notice] caught SIGTERM, shutting down
--
Marcin Kurc
Indiana Institute of Technology
System Administrator
http://me.indtech.edu http://www.indtech.edu
I have a php3 html file, and inside it has the mysql_connect blah stuff, ie
which mysql server to use and what username, but what is syntax for putting
in a password..
I can't seem to manage to get my php3 script to logon using a username pass
to the database..
Any help would be appreciate
On the stable version of debian, I've got php3 module loaded into apache.
That part works fine. I am trying to load modules into php though
specifically the mysql module. But they are not loading. Here is what is
in my /etc/php3/apache/php3.ini file. The two modules listed mysql.so and
calend
On Mon, Jul 19, 1999 at 11:33:55PM -0300, Chris Dion wrote:
> I've heard of a product called 'php' which is supposed to be good, but
> don't have any experience using it.
>
> FAQ is at http://www.php.net/FAQ.php3
I ported a medium-size web site using IIS4/AS
Hello!
I've made some preliminary php3 packages, version 3.0.11. Anyone
interested can download them from ftp://ftp.elte.hu/pub/people/gorgo/php3
These packages fix the long-standing mysql problem which was caused by the
mysql package reorganization and the fact that there wasn't a
Mario Jorge Nunes Filipe <[EMAIL PROTECTED]> writes:
> First of all, we're talking about a 2.1 debian machine. It's running
> imap server version 4.4(-4). PHP version is 3.0.7 amd imp version is
> 2.0.7.
>
> My defaults.php3 says the following in the folders section:
>
> /* Folder con
Chuck Hagenbuch wrote:
>
> Quoting Mario Jorge Nunes Filipe <[EMAIL PROTECTED]>:
>
> > I'm installing IMP on our mail server. Most users read mail using some
> > POP3 client but some still use pine (don't ask, it's a long story). My
> > problem is that i can't configure imp to read the folders th
Ok, I install php3 right (well, at least it works) in apache so far as I
can tell. But I can't get the mysql functions to work,
I installed php3-mysql -- and now I have a line in my php3.ini:
extension=mysql.so
and mysql.so is in (i've checked) my extension_dir.
I don'
i've got that problem too and then i recompile apache,mysql and php3 (all in
source)
and all works fine
regards
budi wibowo
[EMAIL PROTECTED]
jeb wrote:
> I'm using the latest Debain versions of PHP3 and the PHPMysql module.
> I'm also using the latest version of
1 - 100 of 133 matches
Mail list logo