This is still an issue; it seems the aspell extension just refuses
to compile through Apache.

    PHP-4.0.4pl1 itself compiles fine with the [a/p]spell modules.
However, when I try to compile apache with the php module, it fails
with:

modules/php4/libphp4.a(aspell.o): In function `php_if_aspell_new':
/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:89:
undefined reference to `aspell_new'

modules/php4/libphp4.a(aspell.o): In function `php_if_aspell_suggest':
/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:126:
undefined reference to `aspell_suggest'
/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:130:
undefined reference to `aspell_free_suggestions'

modules/php4/libphp4.a(aspell.o): In function `php_if_aspell_check':
/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:155:
undefined reference to `aspell_check'

modules/php4/libphp4.a(aspell.o): In function `php_if_aspell_check_raw':

/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:187:
undefined reference to `aspell_check_raw'

modules/php4/libphp4.a(aspell.o): In function `php_aspell_close':
/usr/local/src/apache/php-4.0.4pl1/ext/aspell/aspell.c:58:
undefined reference to `aspell_free'

collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/local/src/apache/apache_1.3.14/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/src/apache/apache_1.3.14'
make: *** [build] Error 2

    At first I thought it was passing the -laspell and -lpspell
libraries, however it does.  Anyone else have this problem?  Anyone know
how to solve this?  (this is the second time I've posted this and no one
answered)

    AMK4

--
H | Hi, I'm currently out of my mind.  Please leave a message.  BEEEEP!
  |____________________________________________________________________
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
  http://www.pcraft.com                  .        3550 Arapahoe Ave, #6
  .................. .  .  .     .            Boulder, CO 80303, U.S.A.



-- 
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]

Reply via email to