php-install Digest 20 Jun 2003 22:55:22 -0000 Issue 1431
Topics (messages 11123 through 11127):
Solaris Build Problem
11123 by: Steve Sherry
help with php install
11124 by: christopher.S. Keady
apache problem
11125 by: Mihai Gheza
complie FDF with PHP on FreeBSD
11126 by: treeml.itree.org
11127 by: Roedel, Mark
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 ---
I'm having trouble getting php to build on Solaris2.8.
I run
./configure --with-apxs=/user/apache/bin/apxs --with-oci8 --enable-track-var
s
Configure completes OK. Make always fails with this error
ild: (argument error) can't find library arguments :: -lresolv -ldl -ldl
*** Error code 8
make: Fatal error: Command failed for target `sapi/cli/php'
Make will work if I run configure without the --with-oci8 option.
Any ideas what I'm doing wrong?
Thanks
Steve Sherry
--- End Message ---
--- Begin Message ---
Apple G4 using osx 10.2.6
Last part of my shell...........................
Generating files
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/php-config
creating sapi/cli/php.1
creating main/php_config.h
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| [EMAIL PROTECTED] mailing list and include appropiate |
| information about your setup. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
| *** NOTE *** |
| The default for register_globals is now OFF! |
| |
| If your application relies on register_globals being ON, you |
| should explicitly set it to on in your php.ini file. |
| Note that you are strongly encouraged to read |
| http://www.php.net/manual/en/security.registerglobals.php |
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+
Thank you for using PHP.
[maple:src/php/php-4.3.2] pherein# cat degug.log
cat: degug.log: No such file or directory
[maple:src/php/php-4.3.2] pherein# cat debug.log
CONFIGURE: './configure' '--with-pgsql' '--with-apxs' '--with-zlib'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -no-cpp-precomp
CXX:
CXXFLAGS:
INCLUDES: -I$(top_builddir)/Zend -I/usr/local/pgsql/include
LDFLAGS: -L/usr/local/pgsql/lib -L/usr/local/pgsql/lib
LIBS: -lpq -lz -lm
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/pgsql/lib
uname -a: Darwin maple.local. 6.6 Darwin Kernel Version 6.6: Thu May 1
21:48:54 PDT 2003; root:xnu/xnu-344.34.obj~1/RELEASE_PPC Power Macintosh
powerpc
--- End Message ---
--- Begin Message ---
I'm really sorry for bothering you with something a bit different
i have just reconfigured my apache to have its htdocs in another
folder it works fine, but only with the pages in the very root of this
folder
when i try running any php script from the folder php/ I get a 404
page does not exist
please be so kind to tell me what should I modify in the httpd.conf
thank you
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
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
>
>
--- End Message ---