473,756 Members | 1,818 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Somewhat bizarre PHP5/Apache startup dilemma

Hi folks. Either I'm missing something really obvious (most likely) or
I'm missing something really subtle. I've been building up a machine
as an IMP webmail server, with php 5.1.2, cyrus-sasl, openldap, imap,
fileinfo, mod_perl, sqlite, horde, Berkeley DB and PostgreSQL, among
others, on top of an old Potatoe machine that was already alive and in
production so I just went with it. Everything worked great up until
the installation of fileinfo, which I abruptly decided to install after
everything else was up and running and Horde's test.php screen was
already up and displaying features.

At that point (after installing fileinfo with PECL) Apache 1.3.34
bailed on me, refusing to start (or restart) with no error message
whatsever. I can't find a trace of an error message in either Apache's
logs or any of the system logs. If I comment out PHP's LoadModule and
AddModule lines in my httpd.conf, Apache starts just fine. If I
uncomment them, Apache refuses to start. "Apachectl start" comes back
and says that httpd is up and running, but "ps -aux" doesn't show any
Apache processes. I had initially started with the latest stable
snapshot of PHP, but I blew away /usr/local/lib/php and reinstalled
5.1.2 just in case that was the problem, with identical results.

Somewhere on this system is file that's poisonous, I think, but what
gets me is that I don't even get any error logs. Does anybody have any
ideas for troubleshooting ?

Thanks in advance!
voronwae

Apr 3 '06 #1
5 5692
voronwae wrote:
Hi folks. Either I'm missing something really obvious (most likely) or
I'm missing something really subtle. I've been building up a machine
as an IMP webmail server, with php 5.1.2, cyrus-sasl, openldap, imap,
fileinfo, mod_perl, sqlite, horde, Berkeley DB and PostgreSQL, among
others, on top of an old Potatoe machine that was already alive and in
production so I just went with it. Everything worked great up until
the installation of fileinfo, which I abruptly decided to install after
everything else was up and running and Horde's test.php screen was
already up and displaying features.

At that point (after installing fileinfo with PECL) Apache 1.3.34
bailed on me, refusing to start (or restart) with no error message
whatsever. I can't find a trace of an error message in either Apache's
logs or any of the system logs. If I comment out PHP's LoadModule and
AddModule lines in my httpd.conf, Apache starts just fine. If I
uncomment them, Apache refuses to start. "Apachectl start" comes back
and says that httpd is up and running, but "ps -aux" doesn't show any
Apache processes. I had initially started with the latest stable
snapshot of PHP, but I blew away /usr/local/lib/php and reinstalled
5.1.2 just in case that was the problem, with identical results.

Somewhere on this system is file that's poisonous, I think, but what
gets me is that I don't even get any error logs. Does anybody have any
ideas for troubleshooting ?

Thanks in advance!
voronwae

What do your LoadModule and AddModule lines look like?

Silly question:
You are using "ps -aux | grep httpd" right?

Can you run echo "<?php phpinfo(); ?>" | php from the command line?

-david-

Apr 3 '06 #2
Thanks for your reply, David.

There are very few processes on my machine, so it's easy to spot the
httpd processes when they're there.

Here's my entire Loadmodule and AddModule section. I'm including it
because I'm suspicious that there's something in this section causing a
conflict, but curiously enough, when I turn off any of the AddModules,
"apachectl configtest" tells me the syntax is bad much further down.

<IfDefine SSL>
LoadModule ssl_module libexec/libssl.so
</IfDefine>

LoadModule php5_module libexec/libphp5.so
LoadModule perl_module libexec/libperl.so

# Reconstruction of the complete module list from all available
modules
# (static and shared ones) to achieve correct module execution order.
# [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
ClearModuleList
AddModule mod_env.c
AddModule mod_log_config. c
AddModule mod_mime.c
AddModule mod_negotiation .c
AddModule mod_status.c
AddModule mod_include.c
AddModule mod_autoindex.c

AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_so.c
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_perl.c
AddModule mod_php5.c
#
And here's an echo of phpinfo. Thanks again! - Dave

www:/home/davek/php-5.1.2# echo "<?php phpinfo(); ?>" | php
phpinfo()
PHP Version => 5.1.2

System => Linux www 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686
Build Date => Apr 3 2006 11:36:45
Configure Command => './configure'
'--with-apxs=/usr/local/apache/bin/apxs' '--enable-mbstring'
'--with-ldap-sasl' '--with-imap=/usr/local/lib/imap-2004g'
'--enable-mbregex' '--with-pgsql' '--with-gd' '--enable-gd-imgstrttf'
'--enable-gd-native-ttf' '--with-zlib-dir=/usr/local/lib'
'--with-png-dir=/usr/local/lib' '--with-jpeg-dir=/usr/local/lib'
'--with-ttf-dir=/usr/lib' '--with-freetype-dir=/usr/local'
'--enable-ftp' '--enable-memory-limit' '--enable-safe-mode'
'--enable-bcmath' '--enable-calendar' '--enable-ctype' '--with-ftp'
'--enable-inline-optimization' '--with-gettext' '--with-mcrypt'
'--with-dom' '--with-iconv' '--with-gd' '--with-curl=/usr/local'
'--enable-force-cgi-redirect' '--enable-track-vars' '--enable-trans-id'
'--with-openssl=/usr'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20041225
PHP Extension => 20050922
Zend Extension => 220051025
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.zlib, https,
ftps
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3,
sslv2, tls
Registered Stream Filters => string.rot13, string.toupper,
string.tolower, string.strip_ta gs, convert.*, convert.iconv.* , zlib.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

_______________ _______________ _______________ _______________ ___________
Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time _pass_reference => On => On
allow_url_fopen => On => On
always_populate _raw_post_data => Off => Off
arg_separator.i nput => & => &
arg_separator.o utput => & => &
asp_tags => Off => Off
auto_append_fil e => no value => no value
auto_globals_ji t => On => On
auto_prepend_fi le => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetyp e => text/html => text/html
define_syslog_v ariables => Off => Off
disable_classes => no value => no value
disable_functio ns => no value => no value
display_errors => On => On
display_startup _errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_st ring => no value => no value
error_log => no value => no value
error_prepend_s tring => no value => no value
error_reporting => 2039 => 2039
expose_php => On => On
extension_dir => ./ => ./
file_uploads => On => On
highlight.bg => #FFFFFF => #FFFFFF
highlight.comme nt => #FF8000 => #FF8000
highlight.defau lt => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keywo rd => #007700 => #007700
highlight.strin g => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated _errors => Off => Off
ignore_repeated _source => Off => Off
ignore_user_abo rt => Off => Off
implicit_flush => On => Off
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_ len => 1024 => 1024
magic_quotes_gp c => On => On
magic_quotes_ru ntime => Off => Off
magic_quotes_sy base => Off => Off
mail.force_extr a_parameters => no value => no value
max_execution_t ime => 0 => 30
max_input_time => 60 => 60
memory_limit => 8M => 8M
open_basedir => no value => no value
output_bufferin g => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
realpath_cache_ size => 16K => 16K
realpath_cache_ ttl => 120 => 120
register_argc_a rgv => On => On
register_global s => Off => Off
register_long_a rrays => On => On
report_memleaks => On => On
report_zend_deb ug => Off => Off
safe_mode => Off => Off
safe_mode_exec_ dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_inclu de_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_preci sion => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_cal lback_func => no value => no value
upload_max_file size => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_nu mber => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compat ibility_mode => Off => Off

bcmath

BCMath support => enabled

calendar

Calendar support => enabled

ctype

ctype functions => enabled

curl

CURL support => enabled
CURL Information => libcurl/7.15.3 zlib/1.2.3

date

date/time support => enabled
Timezone Database Version => 2005.18
Timezone Database => internal
Default timezone => America/Denver

Directive => Local Value => Master Value
date.default_la titude => 31.7667 => 31.7667
date.default_lo ngitude => 35.2333 => 35.2333
date.sunrise_ze nith => 90.583333 => 90.583333
date.sunset_zen ith => 90.583333 => 90.583333
date.timezone => no value => no value

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.23
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

ftp

FTP support => enabled

gd

GD Support => enabled
GD Version => bundled (2.0.28 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.1.10
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled

gettext

GetText Support => enabled

hash

hash support => enabled
Hashing Engines => md4 md5 sha1 sha256 sha384 sha512 ripemd128
ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4
tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3
haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4
haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5
haval224,5 haval256,5

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.1.3

Directive => Local Value => Master Value
iconv.input_enc oding => ISO-8859-1 => ISO-8859-1
iconv.internal_ encoding => ISO-8859-1 => ISO-8859-1
iconv.output_en coding => ISO-8859-1 => ISO-8859-1

imap

IMAP c-Client Version => 2004

libxml

libXML support => active
libXML Version => 2.6.23
libXML streams => enabled

mbstring

Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 3.7.1

mbstring extension makes use of "streamable kanji code filter and
converter", which is distributed under the GNU Lesser General Public
License version 2.1.

Directive => Local Value => Master Value
mbstring.detect _order => no value => no value
mbstring.encodi ng_translation => Off => Off
mbstring.func_o verload => 0 => 0
mbstring.http_i nput => pass => pass
mbstring.http_o utput => pass => pass
mbstring.intern al_encoding => ISO-8859-1 => no value
mbstring.langua ge => neutral => neutral
mbstring.strict _detection => Off => Off
mbstring.substi tute_character => no value => no value

mcrypt

mcrypt support => enabled
Version => 2.5.7
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour
cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des
rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream

Directive => Local Value => Master Value
mcrypt.algorith ms_dir => no value => no value
mcrypt.modes_di r => no value => no value

openssl

OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7i 14 Oct 2005

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 6.2 01-Aug-2005

PDO

PDO support => enabled
PDO drivers => sqlite2, sqlite

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6
2006/01/01 12:50:12 sniper Exp $
SQLite Library => 3.2.8

pgsql

PostgreSQL Support => enabled
PostgreSQL(libp q) Version => 8.1.2
Multibyte character support => disabled
SSL support => disabled
Active Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
pgsql.allow_per sistent => On => On
pgsql.auto_rese t_persistent => Off => Off
pgsql.ignore_no tice => Off => Off
pgsql.log_notic e => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persi stent => Unlimited => Unlimited

posix

Revision => $Revision: 1.70.2.3 $

Reflection

Reflection => enabled
Version => $Id: php_reflection. c,v 1.164.2.17 2006/01/01 12:50:12
sniper Exp $

session

Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary

Directive => Local Value => Master Value
session.auto_st art => Off => Off
session.bug_com pat_42 => On => On
session.bug_com pat_warn => On => On
session.cache_e xpire => 180 => 180
session.cache_l imiter => nocache => nocache
session.cookie_ domain => no value => no value
session.cookie_ lifetime => 0 => 0
session.cookie_ path => / => /
session.cookie_ secure => Off => Off
session.entropy _file => no value => no value
session.entropy _length => 0 => 0
session.gc_divi sor => 100 => 100
session.gc_maxl ifetime => 1440 => 1440
session.gc_prob ability => 1 => 1
session.hash_bi ts_per_characte r => 4 => 4
session.hash_fu nction => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer _check => no value => no value
session.save_ha ndler => files => files
session.save_pa th => no value => no value
session.seriali ze_handler => php => php
session.use_coo kies => On => On
session.use_onl y_cookies => Off => Off
session.use_tra ns_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 1.151.2.10 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterat or,
SeekableIterato r, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject,
BadFunctionCall Exception, BadMethodCallEx ception, CachingIterator ,
DirectoryIterat or, DomainException , EmptyIterator, FilterIterator,
InfiniteIterato r, InvalidArgument Exception, IteratorIterato r,
LengthException , LimitIterator, LogicException, NoRewindIterato r,
OutOfBoundsExce ption, OutOfRangeExcep tion, OverflowExcepti on,
ParentIterator, RangeException, RecursiveArrayI terator,
RecursiveCachin gIterator, RecursiveDirect oryIterator,
RecursiveFilter Iterator, RecursiveIterat orIterator, RuntimeExceptio n,
SimpleXMLIterat or, SplFileInfo, SplFileObject, SplObjectStorag e,
SplTempFileObje ct, UnderflowExcept ion, UnexpectedValue Exception

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c,v 1.166.2.11 2006/01/01
12:50:14 sniper Exp $
SQLite Library => 2.8.17
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_ca se => 0 => 0

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_ev al => 0 => 0
assert.warning => 1 => 1
auto_detect_lin e_endings => 0 => 0
default_socket_ timeout => 60 => 60
safe_mode_allow ed_env_vars => PHP_ => PHP_
safe_mode_prote cted_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.ta gs =>
a=href,area=hre f,frame=src,inp ut=src,form=,fi eldset= =>
a=href,area=hre f,frame=src,inp ut=src,form=,fi eldset=
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.23

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

zlib

ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3
Linked Version => 1.2.3

Directive => Local Value => Master Value
zlib.output_com pression => Off => Off
zlib.output_com pression_level => -1 => -1
zlib.output_han dler => no value => no value

Additional Modules

Module Name

Environment

Variable => Value
PWD => /home/davek/php-5.1.2
HZ => 100
HOSTNAME => www
LD_LIBRARY_PATH => /usr/local/pgsql/lib
PS1 => \h:\w\$
USER => davek
LS_COLORS =>
MACHTYPE => i386-pc-linux-gnu
MAIL => /var/spool/mail/davek
LOGNAME => davek
SHLVL => 4
SHELL => /bin/bash
HOSTTYPE => i386
OSTYPE => linux-gnu
TERM => xterm-color
HOME => /root
PATH =>
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
_ => /usr/local/bin/php
OLDPWD => /home/davek

PHP Variables

Variable => Value
_SERVER["PWD"] => /home/davek/php-5.1.2
_SERVER["HZ"] => 100
_SERVER["HOSTNAME"] => www
_SERVER["LD_LIBRARY_PAT H"] => /usr/local/pgsql/lib
_SERVER["PS1"] => \h:\w\$
_SERVER["USER"] => davek
_SERVER["LS_COLORS"] =>
_SERVER["MACHTYPE"] => i386-pc-linux-gnu
_SERVER["MAIL"] => /var/spool/mail/davek
_SERVER["LOGNAME"] => davek
_SERVER["SHLVL"] => 4
_SERVER["SHELL"] => /bin/bash
_SERVER["HOSTTYPE"] => i386
_SERVER["OSTYPE"] => linux-gnu
_SERVER["TERM"] => xterm-color
_SERVER["HOME"] => /root
_SERVER["PATH"] =>
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
_SERVER["_"] => /usr/local/bin/php
_SERVER["OLDPWD"] => /home/davek
_SERVER["PHP_SELF"] => -
_SERVER["SCRIPT_NAM E"] => -
_SERVER["SCRIPT_FILENAM E"] =>
_SERVER["PATH_TRANSLATE D"] =>
_SERVER["DOCUMENT_R OOT"] =>
_SERVER["REQUEST_TI ME"] => 1144102316
_SERVER["argv"] => Array
(
[0] => -
)

_SERVER["argc"] => 1
_ENV["PWD"] => /home/davek/php-5.1.2
_ENV["HZ"] => 100
_ENV["HOSTNAME"] => www
_ENV["LD_LIBRARY_PAT H"] => /usr/local/pgsql/lib
_ENV["PS1"] => \h:\w\$
_ENV["USER"] => davek
_ENV["LS_COLORS"] =>
_ENV["MACHTYPE"] => i386-pc-linux-gnu
_ENV["MAIL"] => /var/spool/mail/davek
_ENV["LOGNAME"] => davek
_ENV["SHLVL"] => 4
_ENV["SHELL"] => /bin/bash
_ENV["HOSTTYPE"] => i386
_ENV["OSTYPE"] => linux-gnu
_ENV["TERM"] => xterm-color
_ENV["HOME"] => /root
_ENV["PATH"] =>
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
_ENV["_"] => /usr/local/bin/php
_ENV["OLDPWD"] => /home/davek

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact li*****@php.net.

Apr 3 '06 #3
voronwae wrote:
Thanks for your reply, David.

<IfDefine SSL>
LoadModule ssl_module libexec/libssl.so
</IfDefine>

LoadModule php5_module libexec/libphp5.so
LoadModule perl_module libexec/libperl.so


I'll dig some more but my Linux box has these in modules not libexec.
Any chance you got the directory wrong?

-david-

Apr 3 '06 #4
Thanks again, David. The directory's right, and the files exist. I'm
using Apache 1.3.34, though.

You've reminded me that I haven't tried to run a perl script. Huh.
Maybe I'll try that as a test. I predict it will work okay, though.
Apache doesn't seem to care whether libperl is in the configuration
file.

Dave

Apr 4 '06 #5
Perl works just fine, and I'm still bamboozled. I've discovered that
Apache 1.3 doesn't reload its configuration files if I just restart it,
but if I stop the process, it gives me a friendly "/usr/sbin/apachectl
start: httpd started" and then promptly dies without even a logged
gasp. You'd think one would at least get a goodbye left somewhere
where it might eventually be found. I have all the logging I can find
turned on in php.ini. It may be time to download the Apache source and
pepper it with printfs. Google just found me a post from someone else
last year who had similar problems on his FreeBSD box but had
everything up and running on a Windows box in under fifteen minutes.
Highly demoralizing.

Dave

Apr 5 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3266
by: >>-Archer--> | last post by:
I've upgraded to PHP5 from PHP4 on a Win2K3 Server and now I can't use the MySQL databases. I checked the documentation, to discover that MySQL libraries are no longer bundled with PHP. So I've uncommented the 'extension=php_mysql.dll' and copied libmySQL.dll to Windows\System32 (as well as Windows, Apache2\bin, and anywhere else I could think of). Now, whenever Apache starts it gives the following error: PHP Startup: Unable to load...
0
2019
by: Dave Pham | last post by:
I just cleaned my comp, and I am trying to re-config my webserver... I am trying to setup apache 2 so it runs both php4 and php5, I also have two instances of mysql running. I know this can be done cos it had work before, but after this incident its not longer... These are my directories for each: Apache: D:\ServerRoot\Apache\Apache2 MySQL1: D:\ServerRoot\mysql1
6
2256
by: Matt Ion | last post by:
WinXP Pro, Apache 1.3.27, trying to add PHP 5.0.4 with MySQL support to the mix. Everything works fine until I add 'extension=libmysql.dll' to php.ini, and then starting Apache gives me the same error popup two or three times, all with the same message: PHP Startup: Invalid library (maybe not a PHP library) 'libmysql.dll' I've tried all manner of variations of extension_dir, and copied libmysql.dll from the php5 distro into...
0
1686
by: Dave Klingler | last post by:
I've been trying to bring up an IMP webmail server for...oh, several days now. I've never had so much trouble bringing up any machine, and I've beaten my forehead flat against it. Either I've been at it too long, or I've been at it too long and there's a bug here somewhere. Basically, I had a working machine up until yesterday, with gd.so, imap.so, ldap.so, mbstring.so, mcrypt.so, and pgsql.so all up and running nicely. At that point...
7
6666
by: SKUNKFACEWOODY | last post by:
I hope for the sake of my sanity and the safety of my computer someone can help. I have been trying to install php5 to use with apache2 and windows xp. Apache installs fine and when you look up localhost you see the apache welcome screen no problems. Then the fun begins I download php5 save it to C drive under PHP5 move and rename the php.ini file to WINDOWS. Then move php5ts.dll to WINDOWS-SYSTEM32. Edit the apache config file with the usual...
4
2759
by: Chuck Anderson | last post by:
I am trying to install Php5 on my WindowsXP machine (at home, not on the 'net). I downloaded the Php Windows binary at php.net, unzipped it to c:/Php5, changed my Apache config file to use Php5 with: LoadModule php5_module "c:/Php5/php5apache2.dll" .... and restarted apache (Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a) Php5 works fine, but when I execute phpinfo, the registered streams are:
5
5125
by: Pete Marsh | last post by:
Wondering if anyone can recomend some sample code for dynamically loading the GD module. I have tried setting the extension dir in php.ini, and loading the GD module from there when apache is started, but it won't load. There is also the option of dynamically loading the module at run time of the script. LD() i believe is the call.
12
2591
by: Alan M Dunsmuir | last post by:
After having worked with Apache/MySQL/PHP for a year or so under Linux I need, purely for convenience, to set up a parallel platform under Windows. Unfortunately, since I last did this (using Windows XP Pro) I've moved on to Windows Vista (Home Premium). MySQL and Apache2 have both installed satisfactorily, but I'm having problems with PHP5. I downloaded the PHP5 Windows installer (the .msi file) for 32-bit Windows, which is supposed...
9
4593
by: Christopher Koeber | last post by:
Hello, I am attempting to perform a PHP installation on an Apache 2.2.6 web server instance that is loaded on a Windows 2003 server operating system (R2 SP2). I have a third party application that will reside within the Apache instance that requires PHP 5.2.6 loaded with MySql support. The installation of PHP succedded without incident (it was done manually) and I can run phpinfo() to get information about the installation. However,...
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.