nually configure the web server."
I then manually configure the server to use FastCGI, according to the
instructions on the PHP website.
After restarting IIS, I navigate to the test page for my site. Instead of
displaying the page, my browser downloads the page as a file.
Does anyone have a clue what's going on here?
-Matt
tput that is generated:Fatal error: Call to undefined
function mysql_connect() in C:\Inetpub\wwwroot\db.php on line 12Can anyone
help me out?Thanks,Matt
-with-libxml-dir=$MYDIRMy php.ini is in $MYDIR/lib which is where php will look for it according to ./configure --help.
Is there any way I can find out if my php.ini is being read? I've tried putting syntax errors in it, but see nothing come out in the logs indicating as such.-Matt
On 14/03/
they are not.On Tue, 14 Mar 2006 [EMAIL PROTECTED] wrote:> To: php-install@lists.php.net> From:
[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] php returning completely empty documents on new> apache install>>> One more thing Matt, before I ask on the apache mailing
> list:
e_php = YES iniphp.ini,and in httpd.conf, setting:ServerTokens FullServerSignature On
This should show you if php is loaded into apache OK.KeithIn theory, theory and practice are the same;In practice they are not.On Mon, 13 Mar 2006, Matt G. wrote:> To: "
[EMAIL PROTECTED]" <[EM
hp5 against Apache
1.3.34, and not a2.0.xx version Matt?KeithOn Sun, 12 Mar 2006, Matt G. wrote:> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]
>> From: Matt G. <[EMAIL PROTECTED]>> Subject: [SPAM] Re: [PHP-INSTALL] Re: [SPAM] Re: [PHP-INSTALL] php returning> com
odules/libphp5.soKeithIn theory, theory and practice are the same;
In practice they are not.On Sun, 12 Mar 2006, Matt G. wrote:> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> From: Matt G.
> <[EMAIL PROTECTED]> Subject: [SPAM] Re: [PHP-INSTALL]> php returning complete
tml document with Apache?If not, is your apache DocRoot setup correctly?
KeithIn theory, theory and practice are the same;In practice they are not.On Sat, 11 Mar 2006, Matt G. wrote:> To: php-install@lists.php.net
From: Matt G.> <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] php> retu
I just built the latest apache 2.0 and php5 (shared apache module) on a
linux 2.6.5 box. After doing all of the setup from the INSTALL
file, I'm unable to get a php hello world to work! (Well, I get
it to work with the CLI, but not through my web browser) The
apache server just returns a 0 byte
I, and I'm sure many others, appreciate the wonderful language,
environment, and support thereof that we get with PHP (for free)!
For anyone who disagrees, there's always the delete key ;-)
Thanks!
Matt
Wez Furlong wrote:
What you don't see is the constant stream of spa
disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, https, ftps
If anyone has had a similar p
ql
Gd
Jpeg
Png
When I configure php without --with-jpeg and --with-png it seems to
install ok, but it wont resize any images.
Thanks for any help.
Matt
No luck.
On Fri, 24 Sep 2004 13:04:37 -0300, Eduardo Sampaio <[EMAIL PROTECTED]> wrote:
> try recompiling your apache with the following options:
> ./configure --enable-module=so --enable-rule=SHARED_CORE
>
>
>
>
> On Fri, 24 Sep 2004 08:12:16 -0700, Matt Kraus
e previous libphp4.so file.
Anyone have any ideas? I have posted this to multiple LUG lists and
have people stumped so far. Thanks.
--
Matt Krause
[EMAIL PROTECTED]
http://www.mattkrause.net
e previous libphp4.so file.
Anyone have any ideas? I have posted this to multiple LUG lists and
have people stumped so far. Thanks.
--
Matt Krause
[EMAIL PROTECTED]
http://www.mattkrause.net
e previous libphp4.so file.
Anyone have any ideas? I have posted this to multiple LUG lists and
have people stumped so far. Thanks.
--
Matt Krause
[EMAIL PROTECTED]
http://www.mattkrause.net
no
configure: error: The pfpro extension requires version 2 or 3 of the SDK
What little I've read shows this is the way to do it, but it insists I
don't have the right version of the SDK... Any thoughts?
-Matt-
d 1 exit status
make: *** [sapi/cli/php] Error 1
I haven't had this problem, but a quick google search led me to this:
Bug #24894 Compile failure when building openssl support shared
http://bugs.php.net/bug.php?id=24894&edit=1
It looks like it's fixed in PHP 5. Hope this helps.
Matt M.
Read the apachectl man page.
3.) Read this: http://www.catb.org/~esr/faqs/smart-questions.html
Good luck ;-)
--
Matt M.
it was succesful. Since you say that there
are no errors given by apachectl, I am left to assume that apache *is*
starting fine. What exactly makes you think it isn't? More info please.
--
Matt M.
./configure && make && make install works fine withour errors.
Apache is
that your syntax is OK, then start
it with:
/usr/local/apache2/bin/apachectl start
See what that says.
--
Matt M.
The only error, who comes during the compiling-process, is the following:
/root/php-4.3.5/ext/standard/var_unserializer.c: In function
`php_var_unserialize':
/root/php
that tells you. If it says that your syntax is OK, then start
it with:
/usr/local/apache2/bin/apachectl start
See what that says.
--
Matt M.
Mark Seger wrote:
Mike - you're a genius! even with your help I stumpled a tad but it was
You mean Matt.
my own fault. I had all 3 kits, jpeg, png and zlib already installed
but not the devel versions. When I tried installing the latest I got
all kinds of version conflicts and so back
vel packages
installed. So you need:
libjpeg-devel
libpng-devel
libtiff-devel (if you want tiff support)
If I remember correctly, you also need zlib for png support, so:
zlib
zlib-devel
Once all of those are installed, the following should work for you:
./configure --with-apxs2=/usr/local/bin/apxs --with-gd --with-zlib
Good luck.
--
Matt M.
Mark Seger wrote:
[...]
--with-apxs2=/usr/local/bin/apxs --with-mysql --enable-gd
I think the option is actually '--with-gd', not '--enable-gd'.
Worked for me. Hope this helps.
--
Matt M.
Matt M. wrote:
a fresh install of Fedora Core 1. The configure script just hangs with
no output whatsoever, so I have no idea where to start troubleshooting.
I don't know why, but there seems to be problem outputting to the
terminal I think. A little googling and I decided to add '
(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[ About 77 More like that ]
read(255, "Include iconv support\"\nac_he"..., 8192) = 8192
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[ About 20 more until I killed it ]
-
TIA
--
Matt M.
ng to phpinfo()
I'm following the instructions here.
http://www.php.net/manual/en/install.apache2.php
What am I doing wrong? How can I update my php options? Does
/user/local/apache2/cgi-bin/php need to be updated?
Thanks.
Matt
Hi there,
I know that this is a common problem posted to this list, but I have
searched the archives and found nothing that has helped me.
I have installed PHP 4.3.3 with Apache 1.3.28 running on RedHat 7.3. I
have made all of the alterations to httpd.conf and php.ini that I have
been told to
On Thursday, August 21, 2003 at 9:59 PM Rodney Davis wrote:
> I ran a pdflib rpm and installed pdflib 4 and it
> appears to be running. How do I add this to the
> php build? Any help is Appreciated.
It's been a while, but my recollection is that you just need to make sure
your builds of libpng
22: 0xb760 r23: 0x
r24: 0x r25: 0x0073 r26: 0xb890 r27: 0x0002
r28: 0x001436fe r29: 0xb440 r30: 0x0000 r31: 0x8fe28918
/LOG
Ideas, anyone?
Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Unfortunately removing Options ExecCGI
Makes no difference !
Any other suggestions
Thanks
Matt
Matthew Garrett
Unix System Support
Shell Information Technology International Limited
Seafield House, North Anderson Drive, Aberdeen AB15 6GZ, United Kingdom
Tel: +44 (0)1224 81 8373 Other Tel
> -Original Message-
> From: Bill Hudspeth [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP with PDFlib installation on Windows
>
> I am having problems getting the PDF extension to work with
> PHP on Windows.
> I am r
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 11:26 AM
> To: Matt Schroebel; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP not accepting variables
>
>
> Sorry, PHP v 4.2.2
>
> and register_global
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP not accepting variables
>
>
> Hi,
> I just installed php on apache 1.3 under SUSE 8.1 (all
> the SUSE rpms) and it doesnt
> -Original Message-
> From: Michael Scappa [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 31, 2003 1:47 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Query String Help!
>
>
> I just finished installing PHP 4.3.1, and for some reason
> when a page has a query string, it won't read
So can you post the code?
--> -Original Message-
--> From: DR RAYMOND IBRU [mailto:[EMAIL PROTECTED]
--> Sent: Saturday, March 08, 2003 6:19 AM
--> To: [EMAIL PROTECTED]
--> Subject: [PHP-INST] urgent business relationship
-->
-->
--> The Palace of King of Ogoni Kingdom,
--> Ogoni Oil p
To just drop in my .02, in using the ISAPI module, I have randomly
encountered situaiton where PHP outputs random characters into the HTML
output.
Its just an observation by me, and I have no technical NFO to back this
up. I have the ISAPI module running currently on a couple machines, and
everyth
> -Original Message-
> From: Skip Evans [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 09, 2003 8:51 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Help running phpMyAdmin with php 4
>
> I just installed phpMyAdmin on my FreeBSD box running Apache
> and PHP 4.2.3.
> When I load th
- Original Message -
From: "J.F. Noonan" <[EMAIL PROTECTED]>
To: "Jim Thome" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 5:32 PM
Subject: Re: [PHP-INST] Whither mysql.so?
>
> On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote:
>
> > MySQL support is built into P
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 31, 2003 1:16 PM
> To: Atif Jakupovic
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] Apache_1.3.26 - Directory Access
>
>
>
> in your Apache -> httpd.conf, comment out this line.and
> -Original Message-
> From: Nick Gianakas [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 11:17 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] PHP w/ MySQL
> > Do you have a host entry for localhost?
> If you're referring to /etc/hosts, yes I do.
> These are the conten
> -Original Message-
> From: Nick Gianakas [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 9:49 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP w/ MySQL
>
>
> Hi All,
>
> I've been struggling w/ this problem for several months now
> on and off.
> I've exhausted my c
> -Original Message-
> From: boka [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] html and php
>
>
> Hi !
>
> here is my story (i have looked through archives and found
> nothing to my
> problem):
> I have working config
age-
> From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] GD configure error.
>
>
> I tried that but still fails.
>
> "Matt Schroebel" <[EMAIL PROTECTED]> wro
Try adding --with-png-dir=/path/to/libpng
> -Original Message-
> From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 11:13 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] GD configure error.
>
>
> Using Red Hat 8.0, Apache 1.3.27, PHP 4.3.0
>
> Configur
Mitch: you're not alone: same errors & same result for me (RH8, PHP 4.3.0).
Matt
"Mitch Pirtle" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
But wait, there's more!
[root@localhost php-4.3.0]# ./configure --with-apxs
I'm trying to get PHP running on RH8- the Apache server is running and
it is the newest version available from up2date, does anyone have a url
of a good install helper on this?
-Matt
work fine so I know it's not my code
which leads me to server configuration. Any ideas? I"m really stumped.
TIA -
Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php
file... Any ideas?
-Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i installed the sapi method in win 2kpro im running apache 1.3.x
when i go to my index.php (its a simple test page)
it requests a download. do you know why?
--
Jæger
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am pretty sure that it is telling you, that you need to install OpenSSL.
http://www.openssl.org/
--
At 04:02 PM 11/3/2002 +0100, you wrote:
Tried to install PHP4 on my OpenBSD box but it complains about some file,
libcrypto.so.4.1:( What I did exactly is at the end of this message.
How
Missing semi colon on line 3735? Post 10 lines of code starting at line 3730 or so.
> -Original Message-
> From: Ken Kyler [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 30, 2002 7:46 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP-4.2.2 as CGI
>
>
> FreeBSD 4.5-STABLE
> Apach
> -Original Message-
> From: Marco Botros [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 6:16 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] installation
>
> Any body out there available to help!.
I think you need to be more specific. What do you need help with and what
r|libldap"
libldap.so.2 => /usr/local/ldap/lib/libldap.so.2 (0x40177000)
liblber.so.2 => /usr/local/ldap/lib/liblber.so.2 (0x4019e000)
If I remember correctly, liblber is included with the ldap libraries, make sure that
you tell php where they are
for example:
./configure
Download more headders in this group as sum one has put 2geather a tutorial
cant remember link
i fink theres one here www.phpgeek.net
Matt
"Else Magni Vassvik Rovik" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've insta
nt from other applications that use it.
Which leaves me fairly confused.
Anyone have a similar problem, thoughts, suggestions, ideas?
-matt
--
Matthew Wirges
Developer, CERIAS Incident Response Database
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thing i can thnk of is have you got the global settings switched on ?
Matt
"Christian Stadler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> http://www.php.net/manual/en/reserved.variables.p
? do i ?
or is this the norm
Thanks
Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>> - Original Message -
>> From: "Balázs Csaba" <[EMAIL PROTECTED]>
>> To: "PhpInstall (Elektronikus levelek)" <[EMAIL PROTECTED]>
>> Sent: Tuesday, July 02, 2002 3:56 AM
>> Subject: [PHP-INST] GD2 compile
>>
>> I would like to find some inormation to build php4.2.1 with
>> gD2. I have
>>
> From: Angelo Marcos Rigo
> Sent: Tuesday, July 02, 2002 10:46 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] reinstalling
> I need to reinstall apache without loosing my actually php
> configuration. how can it be done?
Unix answer: Depends on how you installed php. If php is a DSO mo
.
Hope that helps,
Matt
"Jose Antonio Tuesta" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Configuration
> Win 2000 whit IIS 4 and I installed php-4.2.1-installer.exe, Mysql
>
> Problem
> I put in a form index.htm s
> From: chad kellerman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 1:55 PM
> Subject: Re: [PHP-INST] Zend Optimizer.
>
>
> So this should not have had an effect on how the page parses?
>
> Because on of my site the page showed up with:
>
> ZEND ()()()then a bunch of strange
> From: chad kellerman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 26, 2002 1:11 PM
> Subject: [PHP-INST] Zend Optimizer.
>
> Is there any configure options to build the Zend
> Optimizer into the php
> build on Red Hat? I took a look at ./configure --help but
> did not see any
> r
Hi Costas...
I answered a similar question on php-windows yesterday. Hopefully it helps.
Matt
~~
Hiya...
You don't really need to compile anything - just go to
http://snaps.php.net/win32, or
http://ftp.proventum.net/pub/php/win32-snapshots/
and downloa
Phpinfo should show at least gd, and png support for jpgraph to work. My phpinfo for
php-4.1.2 shows:
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
Ok.. How do you recompile PHP in Windows 98?
Matt
Follow those directions and recompile?
Bill
On Sat, Apr 27, 2002 at 08:29:13PM -0700, Matt DeWyer wrote:
> I am having a problem with Xitami and PHP.
> When I try to run a .php script, I get the message:
>
> Security Alert! PHP C
using .htaccess security. If you do not have any .htaccess restrictions anywhere
on your site you can leave doc_root undefined. If you are running IIS, you may safely
set cgi.force_redirect=0 in php.ini.
Does anyone have any suggestions as to what I should do?
Thanks a lot,
Matt
Could it be too big?
http://marc.theaimsgroup.com/?l=php-general&m=101729368004277&w=2
max_execution_time is what your looking for, but you'll receive an error message if
you hit it. You can set it in a particular script with set_time_limit() see
http://www.php.net/manual/en/function.set-time
If you changed the php.ini to set the register_globals to on, did you also
restart apache? I'm sure you are aware that register globals is now turned
off by default in php 4.1+. Look at phpinfo() and make sure register_globals
is *really* on. You really ought to be writing code with $_POST[], re
make clean
> -Original Message-
> From: Vix [mailto:[EMAIL PROTECTED]]
> I am running a Linux operating system.
>
> I installed PHP using "make install"
>
> The Makefile does not contain any "uninstall" or "deinstall" option.
>
> How can I uninstall PHP?
--
PHP Install Mailing List
Look here:
http://www.explodingnet.com/articles/latest/7/
From: "Dan Campbell" <[EMAIL PROTECTED]>
Subject: [PHP-INST] Does an EASY php install exist?
> Does anybody know of a program that will install Linux, PHP, mysql, and
> apache all at one time nice and easy?
--
PHP Install Mailing Lis
Don't forget the rest of the instructions on the imap man page:
http://www.php.net/manual/en/ref.imap.php
Which say ...
Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other directory
on your link path and copy c-client/rfc822.h, mail.h and linkage.h to
/usr/local/include o
would be greatly appreciated.
--
Matt Orlando
--
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]
> That's what happens when you don't specify index.php in the index
> section of your httpd.conf file... but you already knew that. ;-)
Shouldn't you get the standard Apache "Index of /" Directory Index Listing
if there isn't a valid DirectoryIndex file in the directory?
> If I specify the dire
Look at config.safe, it's your last configure.
You can re-run configure with
./config.safe --with-new-option=/path/to/new/option
--next-new-option=what-ever-I-want-now
I'd do a make clean, and rm config.cache first just to start from scratch without any
old baggage lying around.
./configure --
> From: "brain_damaged" <[EMAIL PROTECTED]>
> When I try to run the phpMyAdmin the file directory comes up.
This isn't a php question, but an Apache question. You're getting the
directory index listing because the default directory index in Apache is
.html and if apache doesn't find one it dumps
That's the Code Red virus trying to attack an WINNT box (which you don't have) and not
the error message you're looking for.
> -Original Message-
> From: sin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 15, 2001 1:48 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Weird error m
I want to upgrade my 4.0.3x to 4.0.6; is there anything I should do/not do
so as to not screw up my current (working) php?
yes, i am ignorant. i haven't touched it since i initially got it working
with my older apache and mysql.
thx
matt
--
PHP Install Mailing List (http://www.php.net
Sorry to sound dim, I currently rent a space on a web server that has Mysql
installed and support for PHP. I am new to this but do I need Mysql and php
installed on my own servers to make use of the web space. For me to create a
database and PHP pages on the web server what will I need to install
Works for me with i.e. 5.5. Do you have cookies enabled on your browser?
> From: hrdware [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 19, 2001 4:30 PM
>
>
> But when I tried to learn about sessions, I quickly realized sessions
> doesn't work!
>
--
PHP Install Mailing List (http://www.ph
In the phpinfo() do you see:
pdf
PDF Supportenabled
PDFLib Version 3.03
CJK Font Support yes
In-memory PDF Creation Support yes
Below is my setup with PDFLIB 3.0.3, Apache 1.3.14, & FreeBSD 4.1-RELEASE
zlib 1.1.3
--
./config
How to get this on the PDFLIB php-manual page vs user comments? Or perhaps the
configure script message could hint a little better? It's a common problem, and there
is no mention in the pdflib docs about --enable-shared-pdflib.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMA
I had the same trouble with building pdflib and it was because of static libraries in
pdflib and the components when I built it some months ago. There wasn't any mention
of building the components shared, and the only error messages I received were that
you needed pdflib 3.x or higher. Someho
tried to compile, but keep getting the error
"cannot find -lxmltok"
What do I need to do in order to get this running?
Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
nknown-linux-gnu.
Anyone have any suggestions?
--
Matt Perry | matt at primefactor dot com
--
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]
ng C code.
Flex was designed to work with both Yacc and Bison, and is used by many
programs
as part of their build process.
You should install flex if you are going to use your system for application
development.
-Matt
::-Original Message-
::From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
g the
problem.
Please assist...anyone...I'm going nuts on this thing...
Thanks!
-Matt
::-Original Message-
::From: Matt Thoene [mailto:[EMAIL PROTECTED]]
::Sent: Wednesday, January 24, 2001 11:46 PM
::To: [EMAIL PROTECTED]
::Subject: RE: [PHP-INST] Re: PHP and MySQL in red hat 7.0
3.14 on Mandrake 7.2.
-Matt
::-Original Message-
::From: Matt Thoene [mailto:[EMAIL PROTECTED]]
::Sent: Wednesday, January 24, 2001 6:30 PM
::To: Mat Murdock
::Cc: [EMAIL PROTECTED]
::Subject: RE: [PHP-INST] Re: PHP and MySQL in red hat 7.0
::
::
::Hi Mat,
::
::When you said it did all
installed and
works when doing a test.php3, but when trying to call out a mysql database
it still gives me an error regarding mysql_connect.
Thanks.
-Matt
::-Original Message-
::From: Mat Murdock [mailto:[EMAIL PROTECTED]]
::Sent: Monday, January 22, 2001 8:26 AM
::To: [EMAIL PROTECTED
I'm close to going the same route.
Question to the list...does anyone have php-4.0.4pl1 working with any recent
(6.2, 7.0) RedHat Distribution?
Thanks.
-Matt
::-Original Message-
::From: Mat Murdock [mailto:[EMAIL PROTECTED]]
::Sent: Monday, January 22, 2001 8:26 AM
::To: [
I have good things to say about yellow dog linux:
www.yellowdoglinux.com.
On Sun, 21 Jan 2001, James Pelow wrote:
>on 14/1/01 1:36 am, Andrew Hill at [EMAIL PROTECTED] wrote:
>
>> unless you run a linux bit on it, either in emulation or
>> directly
>
>How do I run Linux directly on the Mac?
>
Dear Matt, Markus,
I came across your names, email addresses on the archives list for PHP.
I have had similar experiences as Matt describes in his message. I still
have not found the answer. Like Matt, I can get httpd to start, however,
once started the only thing recorded in Apache
::-Original Message-
::From: Markus Fischer [mailto:[EMAIL PROTECTED]]
::Sent: Saturday, January 20, 2001 4:28 PM
::To: [EMAIL PROTECTED]
::Subject: Re: [PHP-INST] httpd not starting after php 4 install
::
::
::On Thu, Jan 18, 2001 at 11:04:12PM -0800, Matt Thoene wrote :
::> Could
anyone know what the heck the prolem is?
Thanks!
-Matt
--
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]
f file and restarting httpd, it fails with no explanation.
If I comment out the following two lines in httpd.conf:
LoadModule php4_modulemodules/libphp4.so
AddModule mod_php4.c
httpd starts ok. libphp4.so IS in modules.
Anyone know why this is happening?
Thanks.
-Matt
--
PHP Install Ma
97 matches
Mail list logo