php-install Digest 12 Dec 2001 07:48:38 -0000 Issue 598
Topics (messages 5265 through 5279):
Re: PHP 4.1.0/gd compile error
5265 by: Allie Micka
Re: Warning: mail() is not supported in this PHP build
5266 by: Rasmus Lerdorf
PHP 4.1.0, suEXEC, and #!/usr/local/bin/php
5267 by: Brandon Stone
readline
5268 by: Preroman
undefined func for ora_logon
5269 by: Chuck Lidderdale
Re: Need help to install Php
5270 by: user.domain.invalid
Apache/PHP configuration problem.
5271 by: Aaron Curtis
[ADMIN] spam protection for lists.php.net lists
5272 by: Jim Winstead
Re: Undefined Variable Warnings & Mail Settings
5273 by: Yasuo Ohgaki
Re: build error, somebody please help me!!!!
5274 by: Yasuo Ohgaki
conflicting types for `gdIOCtx'
5275 by: Gabriel Richards
php 4.1/servlet crashes on linux
5276 by: Guido
--enable-gd-native-tt or -ttf? gd/truetype struggle...
5277 by: Llorenc Sole
php+aix+lotus domino webserver...
5278 by: Mohd. Farid B. Mohd. Fawzi
Newcomer !!
5279 by: Marios Karagiannopoulos
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]
----------------------------------------------------------------------
--- Begin Message ---
That took care of things.
Thanks a lot!
On Monday, December 10, 2001, at 08:31 PM, Rasmus Lerdorf wrote:
> Sounds like you have an old gd1 header file lying around that PHP is
> picking up instead of the 2.0 one. Do a "locate gd.h" on your system and
> get rid of any old stray versions of this file.
>
> -Rasmus
>
> On Mon, 10 Dec 2001, Allie Micka wrote:
>
>> I'm having a problem compiling PHP 4.1.0 with gd support. I've got gd-2.
>> 0.
>> 1 installed from the ports tree. php configures fine, but during the
>> compile it outputs the following:
>>
>> -c gd.c
>> gd.c: In function `zm_startup_gd':
>> gd.c:271: `gdArc' undeclared (first use in this function)
>> gd.c:271: (Each undeclared identifier is reported only once
>> gd.c:271: for each function it appears in.)
>> gd.c:272: `gdPie' undeclared (first use in this function)
>> gd.c:273: `gdChord' undeclared (first use in this function)
>> gd.c:274: `gdNoFill' undeclared (first use in this function)
>> gd.c:275: `gdEdged' undeclared (first use in this function)
>> gd.c: In function `zif_imagecreatetruecolor':
>> gd.c:556: warning: assignment makes pointer from integer without a cast
>> gd.c: In function `zif_imagecreatefromstring':
>> gd.c:1061: `gdImageCreateFromGifCtx' undeclared (first use in this
>> function)
>> gd.c: In function `zif_imagecreatefromgif':
>> gd.c:1203: `gdImageCreateFromGif' undeclared (first use in this function)
>> gd.c:1203: `gdImageCreateFromGifCtx' undeclared (first use in this
>> function)
>> gd.c: In function `zif_imagecolorat':
>> gd.c:1594: structure has no member named `tpixels'
>> gd.c: In function `_php_image_convert':
>> gd.c:3491: `gdImageCreateFromGif' used prior to declaration
>> gd.c:3491: warning: assignment makes pointer from integer without a cast
>>
>>
>> and then dies.
>>
>> Please let me know if there's anything else you need to know.
>>
>> thanks in advance,
>>
Allie Micka
pajunas interactive, inc.
http://pajunas.com
>>
>>
>>
>
--- End Message ---
--- Begin Message ---
When you built PHP sendmail wasn't there for some reason. Rebuild it, or
upgrade to the recently released 4.1.
-Rasmus
On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:
>
> I'm not too hopeful about getting any help about this, but here goes.
>
> I've installed PHP 4.0.5 on a Solaris 8 box, all works well but
> using mail() produces the following error:
>
> Warning: mail() is not supported in the PHP build
>
> sendmail is installed in /usr/lib/sendmail and linked from /usr/bin/sendmail
> just in case. sendmail is detected by 'configure'.
>
> Now, looking through the archives I see many people reporting similar
> problems. Has anyone figured out what the problem is?
>
> Thanks in advance for any useful suggestions!
>
>
> Jayne.
>
>
--- End Message ---
--- Begin Message ---
Hello,
I am using suexec with apache 1.3.22. When I try to use PHP as a cgi-script
instead of an external parser, I get this annoying #!/usr/local/bin/php on
the top of my page. I found in 4.0.6 if you goto line 702 in
sapi/cgi/cgi_main.c and change
} else if (file_handle.handle.fp && file_handle.handle.fp!=stdin) {
to this:
}
if (file_handle.handle.fp && file_handle.handle.fp!=stdin) {
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.
Thanks,
------------------------------
Brandon Stone
UNIX Systems Administrator
Amherst College
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
I've tryied to compile php 4.1.0 with option --with-readline=/usr but the
./configure answered me that for that needs CGI build.
I have compiled 4.0.6 with that option and all works well.
What it means that??
Thanks
Preroman
--- End Message ---
--- Begin Message ---
Ok, I'm missing a step somewhere. I've created a very simple php file
that contains:
$n = ora_logon ("bill@snoppy", "secret");
and I get undefined functio: ........ora_logon ......
what have I missed? Thanks
Chuck
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
DOwnload the latest version of PHP to go with your installer application
and it will install PHP for you.
Rao Parvatam wrote:
> Hi
>
> Trying to install PHP on NT/PHP 4.0.6 version CGI version.
>
> Installed PHP406installer.EXE, then what ?
>
> Thank you,
>
> Rao
>
--- End Message ---
--- Begin Message ---
I've gotten the two to work on my win32 platform with just a couple of lines
added to my httpd.conf file... so I shouldn't be that far off getting this
thing to work.
I've compiled (after much ado in solaris.. installing compilers, getting
paths right, etc) PHP.. and i have apache running.
I've added a few lines to the apache /etc/apache/httpd.conf.. such as
addtype, etc. now i tried to add an action line, in order for the server to
know what to do with the recently added "addtype" extensions.. php, php4,
etc.
doesn't work. i dont quite know whats wrong with it. anyone using it in
this way?
i can successfully execute php files at the command line with the php
binary, and it outputs what it should, so i know it works, and i know my
apache works.. its just getting the two together.
i would greatly appreciate an answer.. if anyone out there has the time to
reply to my posting :)
--- End Message ---
--- Begin Message ---
as some of you may have noticed over the last few days, a new method of
spam protection has been implemented on lists.php.net.
if you post to one of the lists.php.net lists (via mail or the news
server at news.php.net) from a mail address that is not subscribed to
the mailing list, you will receive an email with information on how to
confirm that you are a real person trying to send mail to the list, and
not just some drive-by spammer. once you have responded to the
confirmation, your original message to the list will be let through to
the list, and your email address will be stored as one that is allowed
to post so that future postings from you to any of the lists.php.net
lists will be passed through without requiring confirmation.
note that this means it is no longer possible to post to the list using
an invalid smtp sender (or using an invalid email address in the 'From'
header of a post via the news server).
if you encounter problems posting to the list, feel free to drop a note
to the list administrators at [EMAIL PROTECTED]
jim
--- End Message ---
--- Begin Message ---
Carolyn Mescan wrote:
> PHP List,
>
> I am a new PHP user and have just installed it on a Windows NT IIS Server. I have
>set the configuration variable display_errors = Off in the php.ini file but am still
>getting many of the errors shown below on the webpage generated by the discussion
>board application I am using PHP for which is called UBBThreads. Can anyone tell me
>why these are still showing up, and why do they exist at all???
>
You are setting error_reporting=E_ALL & you do *not* enclose stirngs
with double or single quote.
PHP will treat unquoted strings as constant at first, this causes notice
error messages.
> My second question is how to set the configuration in the php.ini file so the board
>can send mail. Here are the settings that are in the php.ini file now:
>
> [mail function]
> ; For Win32 only.
> SMTP = smtp.louisville.edu
>
> ; For Win32 only.
> sendmail_from = [EMAIL PROTECTED]
>
> ; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
> ;sendmail_path =
>
You should be able to send simple mail from Windows with above setting,
if your smtp server is working.
What's the problem?
--
Yasuo Ohgaki
--- End Message ---
--- Begin Message ---
Doniface wrote:
> Dear:
>
> When I try to build php 4.0.6, it return an error message below:
>
> ./configure checking lex output file root .... ./configure lex: command not
> found
> ./configure cannot find output from lex ; giving up
>
> can you tell me how to solve this problem?? I have no idea how to solve
> it... :~~
>
> please reply me with this email: mailto:[EMAIL PROTECTED]
> thanks!!
>
>
>
Read manual carefully. Your problem is explained.
http://www.php.net/manual/en/installation.php
Since it looks your are using UNIX like system,
you should be able to build/install PHP.
PS: Don't forget to mention your OS/version next time.
--
Yasuo Ohgaki
--- End Message ---
--- Begin Message ---
Hi, I'm trying to recompile PHP to include GD and PDFLib support. So, I've
installed those libraries (as well as zlib, libjpeg, libtiff, libpng),
delete config.cache, then ran :
./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl --enable-f
tp --with-gd=shared -with-mysql=/usr --with-pdflib --with-jpeg-dir=/usr/loca
l --with-tiff-dir=/usr/local
with no problem, then ran:
make install and got:
gd.c:95: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
Error 1 ....
Previously, I had not compiled PHP --with-apxs, I did it at a static module,
I don't know if that matters. Can someone help with this problem?
One other question. If I'm recompiling PHP, do I need to specify all
the --withs and --enables I did previously, or will it remember for me?
Thanks!
Gabe
-----
Ender Technology
Websites, Database Applications, Hosting
(310) 516-7411
[EMAIL PROTECTED]
http://www.endertechnology.com/
--- End Message ---
--- Begin Message ---
Hi,
Im pretty sure this is a bug. I've been trying to install php into tomcat
for a while now; starting with 4.01 through 4.06 and today with 4.1.0.
Platform:
Linux Redhat 7.2, also tried on latest Debian, and FreeBSD 4.3/4.4
Tomcat 3.3/ 4.01 (tried both)
JDK 1.2.2 / 1.3.1 (tried both)
Sun servlet API / jakarta servlet api (tried both)
Environment:
CLASSPATH=/usr/java/jdk/lib/tools.jar:/opt/appserver/jakarta-servletapi-4/li
b/servlet.jar:/nightcare/Java/mm.mysql-2.0.4-bin.jar:/nightcare/Java:/usr/lo
cal/lib/php/phpsrvlt.jar
HOSTTYPE=i386
JAVA_HOME=/usr/java/jdk
LANG=en_US
LD_LIBRARY_PATH=/usr/local/lib/php
MACHTYPE=i386-redhat-linux-gnu
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X
11:/usr/X11R6/bin:/usr/local/bin:/usr/java/jdk/bin:/home/toor/bin
TOMCAT_HOME=/opt/appserver/jakarta-tomcat-3.3
I got it running with the combination tomcat
3.3/jdk1.3.1/jakarta-servlet-api, but it keeps stacking JVMs.
Then i request a page containing only "<?phpinfo() ?>"
which gives
System Linux rh7 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
Build Date Dec 11 2001
Configure Command './configure' '--with-apxs' '--with-servlet'
'--with-java' '--without-mysql'
Server API Java Servlet
Virtual Directory Support enabled
Configuration File (php.ini) Path /usr/local/lib/php.ini
ZEND_DEBUG disabled
Thread Safety enabled
Then after about 30 requests for the same page (or any php page) the java
environment crashes with the following message:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 8 occurred at PC=0x4c903e96
Function name=zend_hash_index_update_or_next_insert
Library=/usr/java/jdk1.3.1_01/jre/lib/i386/libphp4.so
Current Java thread:
at net.php.reflect.setResultFromObject(Native Method)
at net.php.reflect.setResult(reflect.java:105)
at net.php.servlet.readCookies(servlet.java:79)
at net.php.servlet.send(Native Method)
at net.php.servlet.service(servlet.java:162)
at net.php.servlet.service(servlet.java:180)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at org.apache.tomcat.facade.ServletHandler.doService(Unknown Source)
at org.apache.tomcat.core.Handler.invoke(Unknown Source)
at org.apache.tomcat.core.Handler.service(Unknown Source)
at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:484)
Dynamic libraries:
08048000-0804c000 r-xp 00000000 03:03 3598
/usr/java/jdk1.3.1_01/bin/i386/native_threads/java
0804c000-0804d000 rw-p 00003000 03:03 3598
/usr/java/jdk1.3.1_01/bin/i386/native_threads/java
40000000-40016000 r-xp 00000000 03:03 238299 /lib/ld-2.2.4.so
40016000-40017000 rw-p 00015000 03:03 238299 /lib/ld-2.2.4.so
40017000-40018000 r--p 00000000 03:03 127010
/usr/lib/locale/en_US/LC_IDENTIFICATION
40018000-40019000 r--p 00000000 03:03 222431
/usr/lib/locale/en_US/LC_MEASUREMENT
40019000-4001a000 r--p 00000000 03:03 254219
/usr/lib/locale/en_US/LC_TELEPHONE
4001a000-4001b000 r--p 00000000 03:03 254221
/usr/lib/locale/en_US/LC_ADDRESS
4001b000-4001c000 r--p 00000000 03:03 254220
/usr/lib/locale/en_US/LC_NAME
4001c000-4001d000 r--p 00000000 03:03 269875
/usr/lib/locale/en_US/LC_PAPER
4001d000-4001e000 r--p 00000000 03:03 16073
/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
4001e000-4001f000 r--p 00000000 03:03 222430
/usr/lib/locale/en_US/LC_MONETARY
4001f000-40020000 r--p 00000000 03:03 127011
/usr/lib/locale/en_US/LC_TIME
40020000-40021000 r--p 00000000 03:03 95439
/usr/lib/locale/en_US/LC_NUMERIC
40023000-40030000 r-xp 00000000 03:03 47839
/lib/i686/libpthread-0.9.so
40030000-40038000 rw-p 0000c000 03:03 47839
/lib/i686/libpthread-0.9.so
40038000-40041000 r-xp 00000000 03:03 114860
/usr/java/jdk1.3.1_01/jre/lib/i386/native_threads/libhpi.so
40041000-40042000 rw-p 00008000 03:03 114860
/usr/java/jdk1.3.1_01/jre/lib/i386/native_threads/libhpi.so
40042000-4022f000 r-xp 00000000 03:03 83179
/usr/java/jdk1.3.1_01/jre/lib/i386/client/libjvm.so
4022f000-40325000 rw-p 001ec000 03:03 83179
/usr/java/jdk1.3.1_01/jre/lib/i386/client/libjvm.so
4033c000-4033f000 r-xp 00000000 03:03 238312 /lib/libdl-2.2.4.so
4033f000-40340000 rw-p 00002000 03:03 238312 /lib/libdl-2.2.4.so
40340000-40472000 r-xp 00000000 03:03 47835 /lib/i686/libc-2.2.4.so
40472000-40477000 rw-p 00131000 03:03 47835 /lib/i686/libc-2.2.4.so
4047b000-4048e000 r-xp 00000000 03:03 238317 /lib/libnsl-2.2.4.so
4048e000-4048f000 rw-p 00012000 03:03 238317 /lib/libnsl-2.2.4.so
40492000-404b4000 r-xp 00000000 03:03 47837 /lib/i686/libm-2.2.4.so
404b4000-404b5000 rw-p 00021000 03:03 47837 /lib/i686/libm-2.2.4.so
404b5000-404e9000 r-xp 00000000 03:03 98037
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
404e9000-404f5000 rw-p 00033000 03:03 98037
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
404f7000-40508000 r-xp 00000000 03:03 257788
/usr/java/jdk1.3.1_01/jre/lib/i386/libverify.so
40508000-4050a000 rw-p 00010000 03:03 257788
/usr/java/jdk1.3.1_01/jre/lib/i386/libverify.so
4050a000-4052b000 r-xp 00000000 03:03 257779
/usr/java/jdk1.3.1_01/jre/lib/i386/libjava.so
4052b000-4052d000 rw-p 00020000 03:03 257779
/usr/java/jdk1.3.1_01/jre/lib/i386/libjava.so
4052e000-40542000 r-xp 00000000 03:03 257789
/usr/java/jdk1.3.1_01/jre/lib/i386/libzip.so
40542000-40545000 rw-p 00013000 03:03 257789
/usr/java/jdk1.3.1_01/jre/lib/i386/libzip.so
40545000-41273000 r--s 00000000 03:03 130804
/usr/java/jdk1.3.1_01/jre/lib/rt.jar
412a0000-41545000 r--s 00000000 03:03 130797
/usr/java/jdk1.3.1_01/jre/lib/i18n.jar
41545000-4155b000 r--s 00000000 03:03 130805
/usr/java/jdk1.3.1_01/jre/lib/sunrsasign.jar
43603000-43609000 r--p 00000000 03:03 79565
/usr/lib/locale/en_US/LC_COLLATE
43609000-4360f000 r--s 00000000 03:03 195291
/opt/appserver/jakarta-tomcat-3.3/lib/common/etomcat.jar
49c6f000-49c9a000 r--p 00000000 03:03 95449
/usr/lib/locale/en_US/LC_CTYPE
49c9a000-49ca2000 r--s 00000000 03:03 147704
/opt/appserver/jakarta-tomcat-3.3/lib/tomcat.jar
49ca2000-49ca4000 r--s 00000000 03:03 195296
/opt/appserver/jakarta-tomcat-3.3/lib/common/core_util.jar
49ca5000-49caf000 r-xp 00000000 03:03 238333
/lib/libnss_files-2.2.4.so
49caf000-49cb0000 rw-p 00009000 03:03 238333
/lib/libnss_files-2.2.4.so
4a51c000-4a52b000 r--s 00000000 03:03 195290
/opt/appserver/jakarta-tomcat-3.3/lib/common/jasper-runtime.jar
4a52b000-4a536000 r--s 00000000 03:03 195295
/opt/appserver/jakarta-tomcat-3.3/lib/common/tomcat_core.jar
4a536000-4a540000 r--s 00000000 03:03 195293
/opt/appserver/jakarta-tomcat-3.3/lib/common/servlet.jar
4a540000-4a54f000 r--s 00000000 03:03 195294
/opt/appserver/jakarta-tomcat-3.3/lib/common/connector_util.jar
4a54f000-4a552000 r--s 00000000 03:03 147850
/opt/appserver/jakarta-tomcat-3.3/lib/common/phpsrvlt.jar
4a552000-4a56d000 r--s 00000000 03:03 195376
/opt/appserver/jakarta-tomcat-3.3/lib/common/mm.mysql-2.0.4-bin.jar
4a56d000-4a57c000 r--s 00000000 03:03 195406
/opt/appserver/jakarta-tomcat-3.3/lib/common/uzorg.jar
4a57c000-4a589000 r--s 00000000 03:03 147625
/opt/appserver/jakarta-tomcat-3.3/lib/container/facade22.jar
4a589000-4a63c000 r--s 00000000 03:03 147626
/opt/appserver/jakarta-tomcat-3.3/lib/container/xalan.jar
4a63c000-4a66f000 r--s 00000000 03:03 147630
/opt/appserver/jakarta-tomcat-3.3/lib/container/crimson.jar
4a66f000-4a691000 r--s 00000000 03:03 147627
/opt/appserver/jakarta-tomcat-3.3/lib/container/tomcat_util.jar
4a691000-4a6b8000 r--s 00000000 03:03 147629
/opt/appserver/jakarta-tomcat-3.3/lib/container/tomcat_modules.jar
4aab8000-4aac1000 r-xp 00000000 03:03 257786
/usr/java/jdk1.3.1_01/jre/lib/i386/libnet.so
4aac1000-4aac2000 rw-p 00008000 03:03 257786
/usr/java/jdk1.3.1_01/jre/lib/i386/libnet.so
4c8c2000-4c9be000 r-xp 00000000 03:03 258829
/usr/java/jdk1.3.1_01/jre/lib/i386/libphp4.so
4c9be000-4c9cc000 rw-p 000fb000 03:03 258829
/usr/java/jdk1.3.1_01/jre/lib/i386/libphp4.so
4c9d7000-4c9de000 r-xp 00000000 03:03 238506 /lib/libpam.so.0.75
4c9de000-4c9df000 rw-p 00006000 03:03 238506 /lib/libpam.so.0.75
4c9df000-4ca18000 r-xp 00000000 03:03 95611
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
4ca18000-4ca1f000 rw-p 00038000 03:03 95611
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
4ca21000-4ca26000 r-xp 00000000 03:03 238310 /lib/libcrypt-2.2.4.so
4ca26000-4ca27000 rw-p 00004000 03:03 238310 /lib/libcrypt-2.2.4.so
4ca4e000-4ca5c000 r-xp 00000000 03:03 238346 /lib/libresolv-2.2.4.so
4ca5c000-4ca5e000 rw-p 0000d000 03:03 238346 /lib/libresolv-2.2.4.so
Local Time = Tue Dec 11 14:53:01 2001
Elapsed Time = 76
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
#
Would someone please help me out with this?
- Is it at all possible to run this on linux? Could someone please give a
sample configuration that is stable?
All I need to do i run lots of "New Java" commands from php.
Thanks in advance,
Guido
--
Edit bug report at: http://bugs.php.net/?id=14441&edit=2
--- End Message ---
--- Begin Message ---
Hi,
I'm having big headaches getting php-4.0.6 to work with gd/truetype.
After countless builds I've noticed
php-4.0.6 needs the --enable-gd-native-tt (without an ending f) option
to build native truetype support,
but configure --help says it is --enable-gd-native-ttf (with an ending
f). In another test, I noticed php-4.0.1
needs an --enable-gd-native-ttf (with f). It is so or I'm getting crazy?
But this is not the end of my struggle. With or without ending f, I
cannot get the gdImageStringFTEx
function enabled. Below is my php configure output:
...
checking whether to include GD support... yes
checking whether to enable truetype string function in gd... yes
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... yes
checking for the location of libpng... yes
checking for png_info_init in -lpng... yes
checking for the location of libXpm... no
If configure fails try --with-xpm-dir=<DIR>
checking for freetype(2)... yes
checking whether to include include FreeType 1.x support... no
checking whether to include T1lib support... yes
checking for T1_LoadFont in -lt1... yes
checking for gdImageString16 in -lgd... yes
checking for gdImagePaletteCopy in -lgd... yes
checking for gdImageCreateFromPng in -lgd... yes
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageGif in -lgd... no
checking for gdImageWBMP in -lgd... yes
checking for gdImageCreateFromJpeg in -lgd... yes
checking for gdImageCreateFromXpm in -lgd... yes
checking for gdImageCreateFromGd2 in -lgd... yes
checking for gdImageCreateTrueColor in -lgd... yes
checking for gdImageSetTile in -lgd... yes
checking for gdImageSetBrush in -lgd... yes
checking for gdImageStringTTF in -lgd... yes
checking for gdImageStringFT in -lgd... yes
*checking for gdImageStringFTEx in -lgd... no
checking for gdImageColorClosestHWB in -lgd... yes
checking for gdImageColorResolve in -lgd... yes
checking for gdImageGifCtx in -lgd... no
checking whether to include GNU gettext support... no
...
I think this is the cause of my text output jaggies, as you can see
there:
http://www.maresme.net/freetype.php?size=36&text=Merry%20Christmas!&font=arial.ttf
This is a php.cgi built in a FreeBSD 4.1.1-STABLE shared account
(--prefix=/usr/home/USERNAME/local). The details of my setup are here:
http://www.maresme.net/customphp.html
You may find a phpinfo() output at: http://www.maresme.net/info.php
I'd really thank very much any help!
Llorenc Sole
Maresme Netcom, S.L.
--- End Message ---
--- Begin Message ---
hi all,
does anyone know how to configure php with lotus domino webserver(in hp-aix
environment)? i even contact the vendor-it seems that they dont know about this
thingy... REALLY NEED TO DEPLOY PHP in domino web server...
--- End Message ---
--- Begin Message ---
Hello to all ! I am a new member in the list.
I would to ask something that could be very
Easy to some of you. I can't compile the
PHP4.0.6 in windows. Actually, I need the
Gmp lib compiled in php but I can't !
Regards
Marios
--- End Message ---