Due to security vulnerabilities in previous versions of openssl, I downloaded
and built openssl-1.0.0d by following these steps:
./config no-shared -fPIC
make
make install
I then proceeded to build apache2 (httpd-2.2.1l7) without any issues using the
new openssl libraries.
PHP, however has bee
On 11/19/2008 6:30 AM, Daniel Brown wrote:
On Tue, Nov 18, 2008 at 10:11 PM, Justin Vanderhooft
<[EMAIL PROTECTED]> wrote:
I have had PHP and Apache installed and working for quite some time
now as I teach myself PHP. I am now trying to get MySQL to work but
it wont. I tried to i
Actually I'd change that slightly:
1) Filter/sanitize input (php.net/filter works great for this)
2) Sanity check input (bounds/type checking and then check if it is
legit against the datasource)
a) I use intval() when I expect numeric input. It will scrub out
anything that isn't an integer. Depen
I am unable to install "pecl fileinfo" on a 64 bit machine. I can
install it on my test box which is a 32 bit machine. My OS on both
boxes is Suse Linux Enterprise Server 10 - SP1. I am running PHP 5.1.2-29.4, Apache2.2.3-16.15, and MySQL5.0.26-12.16. I am puzzled. Please advise. *** My Termin
essential for mysql)
mysql
and of course, php!
I have successfully tested for php versions 5.2.4 and 5.2.5
My most recent tests have been run on a Fedora 6 server.
If there is demand I'd be happy to publish a page with the contents of my
entire installation scripts.
""Mike Pr
p. It was an
absolute pleasure to find I could take the latest binaries and compile it
first time with no problems at all.
Mike
ure: error: GD build test failed. Please check the config.log for
details."
(after several failed gd function tests eg checking for gdImageString16
in -lgd... no)
What am I doing wrong?
What other information should I provide to help diagnose this?
Mike
same configure options.
With 5.2.4 everything worked immediately out-of-the-box!
Mike
"Jamie Harris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I'm trying to build PHP 5.2.5 with the following config line
>
> ./configure --prefix=/us
I am getting an error when i try to make on PHP-5.2.5. The error I am
getting is
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
I used this command to configure:
../configure --with-apxs2=/usr/sbin/apxs --with-gettext --with-dom --with-mcrypt
No. I piped the output to a file and that is the whole file.
"Peter Hodge" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Mike,
>
> Are there more errors above that? It looks to me as though there may be
> more
> informative errors earlier in t
t that sounds like it should not
be. (Plus I have not programmed in C for a long time.) I still feel that
I am missing something as I would think others would get the same error. I
have installed Apache2 dev header packages but still no good compile. Do I
need to download the whole Apache source?
Any help is greatly appreciated.
TIA.
Mike
I am not able to determine what goes in BUILD, HOST, and TARGET in the
configure file. I thought HOST was i686-*-linux but it does not seem to like
that.
What goes in those variables?
TIA
Mike
machine.
"Alf Stockton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Mike wrote:
>> I am new to Linux and have NEVER compiled PHP. I have PHP 5 and need to
>> compile it with MS SQL support. Per PHP docs, I installed FreeTDS and
>> tes
next step is to get the PHP source for PHP 5.1.4. From
here on I do not understand clearly by reading the docs I have searched for
on the Internet through Google. Is there a place that has a VERY clear, step
by step process to compile PHP?
Any and all help is GREATLY appreciated.
TIA.
Mike
Thanks, actually my problem was I didn't have the mysql-shared rpm
installed (I confused the -shared with the -devel). thanks. I'm ccing the
list so no one else tries to fix my problem too.
thanks
mike
At 09:33 PM 6/5/2005 -0500, you wrote:
Try using --with-mysql= (where is
I'm getting a mysql error when trying to install php 5.0.4 (as module) on
my linux machine.
Before I say anything else, I have php 4.3.8 running on the same machine,
it installs fine with mysql. I don't even have to do anything special, I
just add --with-mysql and it installs it fine. I kn
I am trying to upgrade GD on redhat 9.
I was able to install it but need to rebuild php to get it running.
Since php.net says they do not distribute unix binaries, I decided the
easiest way to get GD2 working was to upgrade to php 4.3.11
Unfortunately, this did not work. I get this error.
[EMAIL
rver isn't sending
the php to be interpreted. Is this correct? I have followed the
installation guide by Peter Guy but still have had no success. There must
be something that I am missing. Any help would be greatly appreciated.
Thanks.
Mike Riddell
tory for me.
Thanks in advance for any help.
Mike
t the error is and what the code is that the
error is reported on then we may be able to help. If you do not tell us
then we cannot help.
Regards
Chris
--
-Mike Staver
[EMAIL PROTECTED]
[EMAIL PROTECTED]
unsuscribe
--
-Mike Staver
[EMAIL PROTECTED]
[EMAIL PROTECTED]
ing to the
news groups I've researched:
configure: error: Cannot find imap library (libc-client.a). Please check
your IMAP installation.
I have not found a solution to this - can somebody point me in the right
direction to solving this ASAP? Thanks in advance.
-Mike
Just built openssl with './config shared'; 'make'; 'make install'
Now php is not installing.
Before I compile I run the following ./configure command:
'./configure' 'i386-redhat-linux' '--prefix=/usr'
'--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--sysconfdir=/etc' '--datadir=/us
usr/local/ssl/... Then I removed 0.9.7 and the old one and built a
new install into /usr/... but php still complains that either evp.h
couldn't be found, or when it does find it that there is an undefined
symbol of some kind.
--- "Matt M." <[EMAIL PROTECTED]> wrote:
> Mike Ryers
nux 7.3 with Apache 1.3.27, and have recently
upgraded to OPENSSL 0.9.7d (latest from openssl.org) which is likely
the problem but I am having quite a difficult time with it. I am
specifying the dir that OPENSSL was installed in, which is the
default dir.
I've read the following bugs/forums, but none seem to be specific to
my problem:
http://www.geocrawler.com/archives/3/254/2003/7/0/10575218/
This says to compile with openssl support, which is what I am doing.
http://www.phpbuilder.com/board/showthread.php?threadid=10241862
This says to upgrade to latest version of openssl, which I have done.
I've even tried compiling w/o SSL just to get PHP working, but it
seems there are tons of things dependant on SSL and I need some of
those options that have dependancies on SSL.
Thanks in advance for any help.
--
Mike Ryerse
__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash
Please read the attached file.
--- Trend GateLock [EMAIL PROTECTED] (主機:higp3.gatelock.com.tw)
** 中毒檔案 document_full.pif 已刪除。
Trend GateLock [EMAIL PROTECTED] (主機:higp3.gatelock.com.tw)
** 在檔案 document_full.pif 中發現病毒 W
klaus wrote:
> Hi Mike,
>
> thanks for your response.
>
> Initially I just took:
> ./configure --with-apache=... --with-mysql=... --with-mcrypt=...
>
> The trials including
> --with-zlib-dir=...
> or
> --with-zlib=...
>
> also failed.
>
> Do
--with-mysql=/usr/local/mysql
>
> --with-mcrypt=/usr/local/mcrypt_2_5_7/libmcrypt-2.5.7
>
>
> ... I get this:
>
>
> configure: error: Try adding --with-zlib-dir=. Please
> check config.log for more information.
>
Did you try that? (Adding --with-zlib-dir=)?
--
Mike Beck
[EMAIL PROTECTED]
ut_compression off.
I would allready be thankful for hints were to start looking for
pinpointing the Problem.
--
Mike Beck
mike.beck_at_ibmiller.de
www.ibmiller.de
Hey everyone,
Does anyone outhere is running Apache/Linux/PHP/Mysql?
I am having hard time with "MYSQL PHP API". Apache/PHP
simply would not recognize any cmysql function call
such as "mysql_connect".
I have recompile the php with mysql extension and th
problem continue tobe there.
I run the
At 09:19 AM 2/24/2004 +, Chris Hewitt wrote:
Mike,
I've not heard of this. Have you looked on http://bugs.php.net? there seem
to be several with segmentation faults and Apache httpd 2x and mentioning
sessions, it may give you some ideas. The manual says that a session is
not act
Is that from you?
<>
happening on the production site or
we have to bail out of php and go to something else,
please advise tia
Mike
chine which
built the same version fine with 1.875. I figured that was not the
problem.
However, I have access to another Solaris box that already had bison
1.28, which this built perfectly with out a change.
So yes, it is a problem with 1.875 bison on Solaris, and works fine with
1.28
--mike terzo
ratch/syssoft/systools/www/php4/ext/standard/parsedate.c]
Broken Pipe
i ran bison by hand it no errors. the version of bison i have is 1.875.
anyone seen this?
thanks
--mike terzo
Die an Sie gerichtetete Mail vom Absender [EMAIL PROTECTED] mit dem Betreff "
[PHP-INSTALL] TEST" enthielt einen Virus: ( Worm.SCO.A)
Die Mail wurde auf dem Mail-Server gelöscht. Der Absender wurde mit einer
ähnlichlautenden Nachricht über diesen Vorgang informiert.
An e-mail from [EMAIL PROT
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.
wkj.zip
Description: Binary data
Die an Sie gerichtetete Mail vom Absender [EMAIL PROTECTED] mit dem Betreff "
[PHP-INSTALL] Mail Transaction Failed" enthielt einen Virus: ( Worm.SCO.A)
Die Mail wurde auf dem Mail-Server gelöscht. Der Absender wurde mit einer
ähnlichlautenden Nachricht über diesen Vorgang informiert.
An e-mai
The message contains Unicode characters and has been sent as a binary attachment.
<>
on/x-httpd-php .php
#
If I comment out the "AddModule mod_php4.c" portion, the Apache server
starts okay. It's only when it's not commented out. I looked all over for
the "mod_php4.c" file. Should there be one?
Testing of PHP fails with a simple page of .
TIA.
-Mike R.
:45: (Each undeclared
identifier is reported only once
/root/WORK/php-4.3.4/sapi/apache/sapi_apache.c:45: for each function it
appears in.)
make: *** [sapi/apache/sapi_apache.lo] Error 1
Help?
TIA
--
Cheers
Mike Morton
*
* Tel: 905-465-1263
* Ema
While installing php-4.3.3 on my redhat 7.3 system
i got the following results after running 'make test'
=FAILED
TEST
SUMMARY-OpenSSL
private key funct
rience with this or
know where I can find reasonably current documentation?
Thanks in advance!
--
Mike Garner
Western State College
Email: [EMAIL PROTECTED]
Voice: 970-943-3123
Fax: 970-943-7069
--
PHP Install Mailing List (http://www
I found a post a codingforums.com where someone is
asking how to pull php scripts from another directory.
http://www.codingforums.com/showthread.php?s=&threadid=12506
--- Joerg Aldinger <[EMAIL PROTECTED]>
wrote:
> Mike,
>
> there are several solutions to your proble
x27;t tried that but I'll try your
suggestion.
Thanks
--- Joerg Aldinger <[EMAIL PROTECTED]>
wrote:
> Mike,
>
> there are several solutions to your problem. Here
> are a few:
>
> 1) Redirect visitors to the new page
> To do this, create/modify a .htacc
On Fri, Jan 03, 2003 at 11:33:45AM -0800, Mike Young
wrote:
>
> Hi,
>
> I'm new to the list and pretty new to php so please
> forgive my ignorance.
>
> I came across a piece of php code to redirect
foreign
> countries to a page translated into their language
and
dep_tab:(1,24)=*(1,25)=k(1,26)=xssysdep_string_desc:,288,32;trans_sysdep_tab:(1,24),320,32;/usr/sbin/apachectl:
line 171: 8952 Trace/BPT trap $HTTPD -t
I'm not really sure what to do at this point. It seems that adding
mailutil.o damaged the dynamic library somehow. I can use "
tp->bl->lastcont->mp.ptr = emalloc(tp->bl->lastcont->mp.len =
st.st_size);
if(fread(tp->bl->lastcont->mp.ptr,st.st_size,1,fp)!=1)
{
php_error(E_WARNING,"Can't read file \"%s\" -
%s",filename,strerror(errno));
RETURN_FALSE;
}
/*php_stream_close(fp);*/
fclose(fp);
ZEND_REGISTER_RESOURCE(return_value, tp, le_template);
}
/* }}} */
Regards,
Mike
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am having a problem with the extension php_gd.dll
When the script call for php_gd.dll the server console shows
Warning
Unable to load the dynamic library 'C:\WINNT\system32\php_gd.dll'-
The specified procedure could not be found.
Info;
Win2k Server
Service Pack 3
PHP 4.2.3
extension_dir="c:
You don't need the AddModule line BUT you need to change to the
php4apache2.dll rather than the php4apache.dll
"Eugene Sherbin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache
> client (
?
Thanks
Mike
**
Mike Franklinph:(805)893-2102
Computer Servicesfax:(805)893-8373
Instructional Resources, UCSB :):):):):):):);)
**
riable
Is it because there a two different compilations?
regards,
mike
ps: i know..php?firstvar=1&secondvar=2 does work...
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
has changed between 4.05 and 4.23 where my test has to be re-written.
I'd appreciate some input.
Thanks.
--
Mike Carter
Pilot/Programmer
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with
the Informix WebDriver. argh.
So my last option is a redirect in a script.
Does anyone know how to configure this on my Redhat 7.3 box?
Apache 1.3.22 (yeah I know it is old, but have to :( )
PHP 4.2.2
Regards
Mike J. Duin
--
PHP Install Mailing List (http://www.php.net/)
To
with
the Informix WebDriver. argh.
So my last option is a redirect in a script.
Does anyone know how to configure this on my Redhat 7.3 box?
Apache 1.3.22 (yeah I know it is old, but have to :( )
PHP 4.2.2
Regards
Mike J. Duin
--
PHP Install Mailing List (http://www.php.net/)
To
I am using php 4.2.1 on Win NT 4.0, sp6a.
Want to play with 3DES and other block algorithms for encryption. I
installed from pre-compiled binaries (I wouldn't know where to START in
compiling!). Anywhere I can get mcrypt and the libmcrypt in pre-compiled
flavors for Win32?
TIA
.
Mike Lee
[EMAIL PROTECTED]
OK, $_SERVER I found. The others do not offer a list of what the member
variables are.
"Mike P" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've been through the PHP 4.2 manual forward and backward...where do I
find
&
I've been through the PHP 4.2 manual forward and backward...where do I find
a listing of the members of the $_SESSION, $_ENV, $_COOKIE and $_SERVER
superglobals?
TIA
Mike (a beginner's question, eh? oder "nicht war?")
--
PHP Install Mailing List (http://www.php.net/)
T
register_globals is deprecated in php 4.2. The preferred method is to use
the new GET or POST arrays (eg, $name = $_POST['name'], etc).
You can turn register_globals on in the php.ini. php.org recommends against
this for security reasons, discussions of which you can find in this
newsgroup rece
I'm having a similar issue using the Sablotron XSLT functionsundefined
function.
Have you found any clues to your problem resolution?
I'm running PHP4.2.0 with Apache2.0.35 on WinNT4.0(SP6a).
phpinfo shows XML enabled, DOMXML enabled, XSLT enabled.
Thanks,
Mike
"Gary Hu
You need to use the Apache filter from the php/experimental directory rather
than the php4apache.dll. It's apache2filter.dll.
Can't use the php4apache.dll
Place this filter in your php/sapi directory and point LoadModule to it.
Your apache httpd.conf should have this, then:
LoadModule php4
that it's an "invisible" position-control
character.
Look for an option in your editor to display "invisible" characters, or a handy
utility that will strip out unwanted characters. (Sorry, I'm not a UNIX guru so can't
suggest anything more concrete!)
Ch
tical questions, which belong on php.general. You can find me there
daily, helping the masses as best I can.
Mike Frazer
- Original Message -
From: "David Jackson" <[EMAIL PROTECTED]>
To: "Richard Hillström (GIS)" <[EMAIL PROTECTED]>
Cc: "'Mike
hp) into the field File extensions (.xxx).
In Filter command or script put the path and name of your php executable
i.e. c:\php\php.exe.
Press the 'Save' icon.
Mike Frazer
"David Jackson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTE
Are you looking for rather than ?
Also, make absolutely certain you have the correct line in your httpd.conf.
It varies depending on whether you installed the dynamic or the static
module. Check the INSTALL file for details.
Mike Frazer
"Dan Campbell" <[EMAIL PROTECTED]>
I still am
showing the wrong version.
I copied the binary to where the old binary was and checked the version, and
it's showing up correctly as 4.1.1.
Any ideas?
Mike Frazer
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Did you copy php4ts.dll to C:\WINNT\system32? This seems to be the root of
most PHP installation problems on Win32 systems.
- Original Message -
From: "Jason Lehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 5:50 AM
Subject: [PHP-INST] I am Stupid and C
tion application/x-httpd-php "/php/php.exe"
You might want to experiment with the module. It's been pretty stable for me
on Win2K Pro and Server.
- Original Message -
From: "Poul Theodorsen" <[EMAIL PROTECTED]>
To: "Mike Maltese" <[EMAIL PROTECTED]
Remove The ScriptAlias linePHP scripts should be able to be executed
from any directory.
For the Action directive, name the path explicitly:
Action application/x-httpd-php "f:/usr/php.exe"
Hope this gets you going.
- Original Message -
From: "Poul Theodorsen" <[EMAIL PROTECTED]>
T
1. Remove the ScriptAlias line
2. Uncomment the AddType line (remove the "#")
3. Try Action application/x-httpd-php "C:/php/php.exe"
4. Restart Apache.
Let us know if you are still having problems.
- Original Message -
From: "Suzanne Francis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S
DirectoryIndex index.html index.php
If you want to turn auto-indexing (listing of folder contents) off, just
find the Directory directive for your document root and remove Indexes from
Options. It should look something like this:
AllowOverride None
Options MultiViews FollowSymLinks
Order all
y to build. However, it wants the sources
(header files) for Apache.
At this point I don't want to go any further. Eventually, I'll probably
need the sources for everything.
Is there an easy way to do this sort of stuff on Linux or is it better to
just buy off the shelf products that
le I
> get a page cannot be displayed error. but still it won't load anything
>
>
> - Original Message -
> From: "Mike Maltese" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 25, 2002 8:04 PM
> Subject: Re: [PHP-INST
Are you using the Apache module of the PHP executable(CGI)?
- Original Message -
From: "Julius Najzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 4:54 PM
Subject: [PHP-INST] A small problem, so if anyone could help.
I'm using WindowsME and have both Apac
I've just managed a successful compilation of php 4.1.1 on MAC OSX 10.1 - it
worked first time without a hitch.
Try a very simple configuration. I am currently using
only --enable-discard-path (because I want to run php as cgi).
If that works try adding your other options one by one.
--
PHP
> It fixes the problem, however in 4.1.0 their is no such code. Being able
to
> execute php inside the suexec sandbox is very attractive. Does anybody
know
> how to patch 4.1.0.
Have you found a solution to this problem?
I note that in the bug tracing area of the php website it is being dismisse
If I run the PHP that get's created after the compile I get weird output.
Notice the garbled data after the PHP Warning string. Also php 4.0.6
compiles fine.
My configure for the compile
=
make clean
./configure --with-zlib --enable-versioning --with-config-file-path=/
you need to compile php as a binary, then all you need to do to run php
scripts at CLI is php -q "scriptname"
- Original Message -
From: "Perrin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 6:01 AM
Subject: [PHP-INST] How to run shell script ?
> Dear all,
, won't start at all and nothing in the
logs.
Starting it without ssl and it works fine.
PHP was configured with apxs.
I've done this dozens of times without a problem.
What did I miss this time around, any clues? Thanks.
Mike Robinson
--
PHP Install Mailing List (http://www.ph
hat helps,
Mike
"Gary" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I installed mySQL 3.23 (works), php 4.01 from RPM (works) on Redhat 7.1
>
> When I try to access a db from a php script using mysql_connect it says
> &
n
on how to get around this problem?
Thanks.
--
Mike Rambo
[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]
text,
mostly references to a lot of functions/'something'.o files, but the top
part of it scrolls off the screen.
Any ideas why this is happening? I really like to use the admin tools
for Hawkeye but they purport to work only with php3 which I can't get to
compile cgi-bin.
Thanks.
Correction: it comes from compiling PHP, not apache, with IMAP support.
I only ever have problems compiling with Cyrus IMAP. Compiling with WU
IMAPD works fine for me, but you gotta make sure that all the dev
packages, etc, are installed..
Mike
Mike Eheler wrote:
> I've had that
fine with Cyrus
IMAP) to do IMAP-related development.
Mike
GoGi wrote:
>hy all ,
>a have big problem with PHP files on my new RH box - where is RH 7.1 - php
>4.0.6 -Apache 1.3.20 - modssl - openssl
>i compile stuff like taht :
>
>first modssl an openssl
>then
>
>apac
and just install Cyrus IMAPD (compiled
from source w/ default options), I get an error during ./configure:
configure: error: Cannot find rfc822.h. Please check your IMAP
installation.
Any help is greatly appreciated.
Mike
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e
Uhm maybe I think you have those backwards, as the first appears to be
an apache config line, and the 2nd appears to be an apache config line,
not vice versa.
Perhaps a problem could be with compiling a module with force cgi redirect?
Mike
Giancarlo wrote:
>I have problems trying to st
hing similar may be able to steer me
in the right direction in getting this configured properly, or even an
entirely different way of setting it up so that it'll work.
Mike Eheler
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I am having a problem installing php on IIs. I run a test info.php and the
php.exe can not be found. Please advise
--
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
apache uses ./config.status to keep the last configuration options
if you cant find this do /location_of_httpd/bin/http -l which will show all
compiled in modules
if you do php_info() in a document it will show you the initial
configuration options
i dont know about mySQL im afraid - i just use
I tried to get this to work three times, with the same result. In my
./configure command, I used:
--with-mysql=/home/mysql (that's where it is)
--with-mysql (docs said it will find it)
(no mysql directive, docs said it's on by default)
-Mike K.
--
PHP I
he problem?
Thanks,
Mike Hagan
1Mart Corporation
2149 Roosevelt Avenue
Redwood City, CA 94061
Voice: 650-363-7700/Fax: 650-363-7703
hello.php:
START-
PHP Test
You are using Internet Explorer
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 -
Its ok - i tried removing the libxml-devel-1.7.3 and removed the libxml2* files and
installed libxml2 2.2.8 (with the devel) and it seems to work...
Maybe an error in 2.3.5??
- Original Message -
From: Mike
To: [EMAIL PROTECTED]
Sent: Thursday, April 05, 2001 10:51 AM
Subject
Hi i am running redhat 7.0 with apache 1.3.19 (installed from source into /etc/httpd)
and i am trying to install php4.0.4pl1. I am enabling mysql support for mysql
(mysql-3.23.24 from rpm)
I installed the following rpms before i started
libxml-1.7.3
libxml-devel-1.7.3
libxml2-devel-2.3.5
libx
I have been trying to install php with support for gd truetype (freetype) so that i
can use typo3 - below is the error generated from the configure script. I am running
redhat 7.0 with apache 1.3.19 and php4.0.4 I have installed XFree86 from binaries...
What am i doing wrong
=---
thankx phil now, the installation works fine !!
but i have the next problem running a php-file
gives me the following error-message:
***
Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. T
or 10004:
EventID 10004 Source DCOM DCOM got error
"Logon failure: unknown user name or bad password. " and was unable to logon
\IWAM_TEK1 in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
same happens with an installation of IHTML or other script-server dll....
who
forgive my ignorance, but the LIBS line in what file config_vars.mk?
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 23, 2001 2:40 PM
To: Mike Elliott
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Compiling PHP on Unixware with Informix support
ftest: fatal error: Symbol referencing errors. No output
writte
n to conftest
Here is the output of my esql -libs command
/esql -libs
-lifsql
-lifasf
-lifgen
-lifos
-lifgls
-lsocket
/usr1/informix_7.30/lib/libnetstub.so
-ldl
-lelf
/usr/ccs/lib/libgen.a
-lm
-L/usr/lib/libp
/usr1/informix_7.30/lib/esql/c
1 - 100 of 107 matches
Mail list logo