php-install Digest 21 Jun 2003 14:51:44 -0000 Issue 1432
Topics (messages 11128 through 11129):
Re: complie FDF with PHP on FreeBSD
11128 by: treeml
Freetype & RH9
11129 by: Ville Mattila
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 ---
Ok, the problem is that I am trying to migrate codes that were writing on
Linux using FDF on to a FreeBSD server. The previous programmer used FDF
all over the place. It is really going to be a hassle to try to conver
every FDF command to the code example shown on the PHP website. But thanks
for the information; I will keep it in mind just in case I end having to
rewrite all the codes.
Tree
-----Original Message-----
From: Roedel, Mark [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2003 6:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] complie FDF with PHP on FreeBSD
You may not really need the FDF toolkit, unless you need to do something
pretty sophisticated. There's code samples in the user notes at
http://php.net/fdf that'll let you parse and generate FDF streams
without having any third-party libraries installed...and it's working
pretty well for me here.
---
Mark Roedel | "Blessed is he who has learned to laugh
Systems Programmer | at himself, for he shall never cease
LeTourneau University | to be entertained."
Longview, Texas, USA | -- John Powell
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 20, 2003 4:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] complie FDF with PHP on FreeBSD
>
>
> Has anyone successfully compiled Forms Data Format function for PHP on
> FreeBSD?
> I know at the php site
> http://us4.php.net/manual/en/ref.fdf.php, they > said
> that the
> platforms supported by Adobe are only Win32, Linux, Solaris and
> AIX. The tool kit you download at the adobe web site only
> contain ".so"
> files for those systems. BTW, you can download the fdf SDK tookit at
> http://partners.adobe.com/asn/acrobat/sdk/regeula/fdftkv5.tar.gz
> However, I know that FreeBSD supports Linux binary. Has anyone find
> anywork around to get php FDF function to compile under FreeBSD. Can't
> FreeBSD somehow use the Linux ".so" file? I really would like to use
> FreeBSD, but I also need to use FDF. Anyone? Any inputs? Thanks.
> Tree
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi there,
I'm trying to install PHP 4.3.2 with Freetype libraries enabled in RH9.
There is my configure attributes:
'--with-pear' '--with-zlib-dir=/usr/include/' '--enable-mailparse'
'--enable-trans-sid' '--enable-shared' '--enable-static'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-curlwrappers'
'--enable-ftp' '--enable-exif' '--with-gd' '--with-jpeg-dir=/usr/lib'
'--with-png-dir=/usr/lib' '--with-zlib-dir=/usr/include' '--with-freetype'
'--enable-gd-native-ttf' '--with-mysql' '--with-pdflib=/usr/local'
'--with-regex' '--with-zlib' '--with-config-file-path=/etc'
'--enable-track-vars' '--disable-cli' '--with-curl'
The compilation is successful without problem and phpinfo() will show the
new version. Anyway I can't find any info about freetype libraries in
phpinfo-page and using functions that require freetype give still errors,
like "Call to undefined function: imagettftext() ".
I've compiled both freetype and freetype-devel.
Any ideas?
Ville
--- End Message ---