Argh!! Also PHP is still somehow doing:
PostgreSQL(libpq) Version
7.4.7
in phpinfo(); This is getting very very odd...is there a way to just do a portupgrade (databases/postgresql-deve
Main Topics
Browse All TopicsI did:
pkg_add -r ZendOptimizer
from:
http://www.freshports.org/
But got this error:
pkg_add -r ZendOptimizer
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
it_, I did cp into /usr/ports/distfiles/ and then did:
# pkg_add -r ZendOptimizer
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub
what does: pkg_info | grep sql
say?
You may have an old version of postgresql still lingering which needs to be removed. You may need to clean out php5 by doing:
cd /usr/ports/lang/php5
make clean
make distclean
make rmconfig
make rmconfig-recursive
Then:
pkgdb -Fa
portsdb -Uu
This will ensure that you are working from a clean start before building php5.
mysql-client-4.1.10 Multithreaded SQL database (client)
php5-mysql-5.0.2 The mysql shared extension for php
php5-mysql-5.0.3_2 The mysql shared extension for php
php5-mysqli-5.0.2 The mysqli shared extension for php
php5-mysqli-5.0.3_2 The mysqli shared extension for php
php5-pgsql-5.0.3_2 The pgsql shared extension for php
php5-sqlite-5.0.3_2 The sqlite shared extension for php
postgresql-client-7.4.7 PostgreSQL database (client)
postgresql-devel-8.0.b2.20
it_, I added the following to my php.ini like the install told me to:
# edit /usr/local/etc/php.ini
zend_optimizer.optimizatio
zend_extension_manager.opt
zend_extension_manager.opt
zend_extension="/usr/local
zend_extension_ts="/usr/lo
But in phpinfo(); there still is no Optimizer...
postgresql version is irreleavant for concerns of installing unrelated php module.
zend optimizer built for freebsd 4.3. it is umm old ...
I am not sure why you put together such a oldish things on one server if you easily can get more mainstream working applications.
must be your oldish zend optimizer ended up in /var/log/httpd-errors.log as unlinkable module.
Ha, you were right!
[Tue Feb 22 21:38:14 2005] [notice] Apache/2.0.53 (FreeBSD) PHP/5.0.3 configured -- resuming normal operations
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
Failed loading /usr/local/lib/php/2004103
[Tue Feb 22 21:39:45 2005] [notice] caught SIGTERM, shutting down
just create it and on one line put the library that a program might want followed by a library you have installed that the program should use instead.
so for example:
libpthread.so.0 liblthread.so.2
would map libpthread.so.0 to liblthread.so.2. Any program needing libpthread.so.0 will use liblthread.so.2 instead. This of course may not always work since libraries can change quite a bit and a program may depend on a particular version, but it's worth a shot.
Business Accounts
Answer for Membership
by: it_alchemistPosted on 2005-02-21 at 21:42:06ID: 13369107
You have to download it manually.
free_downl oad.php?pi d=13 with a web browser, read the license and click the "I ACCEPT" button. Download the source file, ZendOptimizer-2.5.7-freebs d4.3-i386. tar.gz, and place it in /usr/ports/distfiles."
"Because of licensing restrictions, you must fetch the source distribution\n manually. Please access
http://www.zend.com/store/
Once you do that you can pkg_add it.