php-install Digest 12 May 2001 22:54:27 -0000 Issue 305 Topics (messages 3128 through 3135): please help 3128 by: M. Weller Re: mscomctl.ocx error 3129 by: Darren 3131 by: Phil Driscoll Re: Can't get php work in NT4.0 server 3130 by: Darren --with-sablot where can i find lxmltok? 3132 by: Gyozo Papp Re: Help with PDFLIB 3133 by: Alain DESEINE Re: banging my head... 3134 by: Alain DESEINE Re: Need help with NES configuration with PHP 3135 by: Alfred Lerch Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hello everybody, does anybody know if it is possible under windows to sent HTML emais with images >3kB? I can't find any information about this. It works fin with images up to 3kB. Is there any configuration item I don't know about? Thanks Markus
"Bryan Leifert" <[EMAIL PROTECTED]> wrote in message 9dinqr$cjn$[EMAIL PROTECTED]">news:9dinqr$cjn$[EMAIL PROTECTED]... > when i try to install php on windows 2000 server i'm getting an error from > IIS saying that it can't find the file. everything else is working on the > server.. any ideas? mscomctrl.ocx is a common control system for 32 bit windows architecture and is often shipped with applications that use it though i beleive windows 95/98 have it as part of the system. you should search your windows directory you may have it but it may not registered with the system > bryan > > > > -- > 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] >
On Saturday 12 May 2001 08:16, Bryan Leifert wrote: > when i try to install php on windows 2000 server i'm getting an error from > IIS saying that it can't find the file. everything else is working on the > server.. any ideas? > > bryan The installation notes (readme.txt) which the installer will have written to your php installation directory describe how to get round this, however... It's a known problem which we are in the middle of trying to fix - and you may be able to help us here to see if our proposed fix for this problem works - it's something we can only test on a machine which is exhibiting the problem. If you have the time would you mind doing the following and reporting back? >First, a few more words on what the problem is. Some users (and it seems to >be only a very small percentage) report that the php installer fails when >configuring IIS (or PWS) on NT4 or above because an OCX control is not >registered on the system. The OCX control is responsible for displaying the >treeviewer of the IIS scriptmap nodes so the user can select which ones to >map the various php file extensions into. > >The tree viewer is provided by either of two OCX controls, MSComCtl.ocx or >ComCtl32.ocx. These are almost always to be found in the WINNT/System32 >folder on real world machines, however they are not always registered. > >Cynic's modification to the software is to check whether one of the controls >is registered, and if not, to register on or the other. >Download the IISConfig.exe that Cynic posted at >http://www.1st.cz/cynic/IISconfig.zip >Extract the files. >Then from the command line, run "IISConfig.exe <path to your php.exe> .php" > >so for example, on my system this would be: > >iisconfig.exe c:\phpphp.exe .php > >You should hopefully get a message box informing you that the control has >been registered, then the software should do it's stuff and display the >scriptmap nodes. You can tick the nodes where you want php to work, and >then click on OK. Your PHP installation will then have been sucessfully >completed. >Then let us know ihow you got on. NB the >software then unregisters the OCX again so that your system is left in the >same state as it was previously. Cheers -- Phil Driscoll
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 006601c0d9f7$754f1380$0c01a8c0@philsntserver">news:006601c0d9f7$754f1380$0c01a8c0@philsntserver... > From your description of what you've done, I think you must have been > reading some very strange instructions! > > The easiest way to install on IIS is to download the Windows installer from > the downloads page on www.php.net - run it and let the Wizard do everything > for you. > > Alternatively, follow the instructions for installing on IIS 4.0+ (CGI) in > the install.txt file which comes with the full Windows zip distribution. > > Don't bother using the ISAPI module - it will go wrong! > > Cheers > -- > Phil Driscoll > Dial Solutions also make sure the php executable is working by running it from the command line if it reports errors it may be unable to find library files such as DLLs the path may be wrong or the DLL files may not be present. most of the time you can comment the reference to them out in the ini file or correct a bad path pointer
Hello , Please forgive me if you've already read this message, but I didn't see my post in the list. So I 'd like to ask it once more. I've found some mail in the archive (php-install), but much fewer replies that helps me. I'd like to install my PHP 4.0.4pl1 with sablotron support on debian (frozen). After ./configure --with-apxs --with-pgsql --with-sablot, I got the following error (in debug.log) /usr/bin/ld: cannot find -lxmltok collect2: ld returned 1 exit status I know it might be very easy to solve but where can I find lxmltok? I supposed that this lib'd built with the xml-support of PHP. BTW, expat-1.95.1-0 and sablotron-0.52-x have been already installed (./configure make make install both), I don't know it might be important. Thank your responses in advance: Papp Gyozo - [EMAIL PROTECTED]
Scott Schultz wrote: > > Fatal error: Call to undefined function: pdf_new() in > /usr/local/apache/htdocs/cjhunter/test/pdf/hello.php on line 5 > pdf_new() is apparently boggus or unknown, try this in place : $fd = fopen("/path/to/the/pdf-file/test.pdf", "w"); $pdf = pdf_open($fd); Make shure your apache process can write to this directory and if the file alreadey exist, tat the file has good rights on and good owner and group menbership. Hope this help ! Alain DESEINE.
make shure you have installed th t1lib package in the /usr/share/t1lib directory, if not install it, or if it's in another directory pont the --with-t1lib option to the good directory, make shure the libs are in this directory. You should also verify that the lib directory is listed in the /etc/ld.so.conf file, if not put it on, and run ldconfig from prompt. In any case, re run ldconfig from prompt. I don't know what t1lib package is, so that's the only ideas i got for now ... Hope this help ! Alain. Philip Cohen wrote: > > i cannot get php 4.0.5 to compile on RH 7.1, apache 1.3.19. I have tried 20 > different compile options and nothing works. here is debug.log. please help > ;\ > > [root@websmith php-4.0.5]# more debug.log > CONFIGURE: './configure' '--prefix=/usr/local/php' '--disable-debug' > '--enable-shared' '--enable-inline-optimization' '--with-apxs > =/usr/sbin/apxs' '--with-gd' '--with-ttf' '--with-t1lib=/usr/share/t1lib' > '--without-mysql' > CC: gcc > CFLAGS: -g -O2 > CPPFLAGS: -DLINUX=22 -DMOD_SSL=208101 -DEAPI -DEAPI_MM -DUSE_EXPAT -DSUPP > ORT_UTF8 > CXX: > CXXFLAGS: > INCLUDES: -I/usr/include/apache -I$(top_builddir)/Zend -I/usr/include/fr > eetype -I/include > LDFLAGS: -Wl,-rpath,/lib -L/lib > LIBS: -lt1 -lttf -lz -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl -lres > olv -L/lib -lt1 > DLIBS: > SAPI: apache > PHP_RPATHS: /lib > uname -a: Linux websmith 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 > unknown > > gcc -o > conftest -g -O2 -DLINUX=22 -DMOD_SSL=208101 -DEAPI -DEAPI_MM -DUSE_EXPAT -D > SUPPORT_UTF8 -Wl,-rpath,/lib -L/lib conftest.c - > lt1 -lttf -lz -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -L/lib -l > t1 1>&5 > /usr/bin/ld: cannot find -lt1 > collect2: ld returned 1 exit status > > Philip Cohen > --------------- > Webmaster > Large Scale Biology Corporation > (707) 446-5501 x354 > [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]
Hi Craig, I have it running with NES 4.0 and Solaris 7 - the only difference I can see is --enable-track-vars; have you tried without ? regards alfred Craig Guest wrote: > > I'm trying to configure Netscape Enterprise server 3.6 for PHP4 with > NSAPI on a Solars 2.6 machine. > > I was able to compile and install PHP with the following configuration: > > configure --with-mysql=/usr/local/mysql --enable-track-vars > --enable-libgcc > --with-nsapi=/opt/entprise/netscape/suitespot > > I completed the config work that is explained on this web site: > http://benoit.noss.free.fr/php/install-php4.html#step2 > > I added /usr/local/lib to LD_LIBRARY_PATH in web startup script. > > When I start the web server I receive the following errors: > > pclose() failed. (2: unknown early startup error) > > If in remove "Init fn=php4_init errorString="Failed to initialise PHP!" > entry > from the obj.conf file the error disappears and web server starts up. > Of > course php will not work ... > > Any thoughts? > > Thanks in Advance, > Craig > > -- > Craig Guest > USC/Information Sciences Institute > [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] -- -- \\\\\/// / ^ _ \ ( (o) (o) ) --- That's all folks --- +=oOOO=====(_)=====OOOo==========================================+ |Alfred Lerch Mentor Graphics Deutschland GmbH| |Network & System Administrator Elsenheimer Str. 41 - 43| |IT - Business Support Team Munich D-80687 Muenchen, Germany| |email: [EMAIL PROTECTED] Fax : +49 89 57096-400| |Tel. : +49 89 57096-241 Mobile: +49 172 8915200| | | |Helpdesk IT Central Europe in Munich | |Tel. : +49 89 57096-110 internal: 777| |email: [EMAIL PROTECTED] | +=============Oooo.==============================================+ .oooO ( ) ( ) ) / \ ( (_/ \_)