ASpell and PSpell

Jay

Verified User
Joined
Jul 14, 2006
Messages
23
I'm new to DirectAdmin (convert from CPanel) and have been pretty sucessful in completing most of my transition. However one area that I have bene having problems with is istalling ASpell/PSpell. I have done my searches here and have followed directions for some older versions, making changes where I can. However, I'm now in the php build area and it's failing (php5).

Code:
ext/pspell/.libs/pspell.o(.text+0xd): In function `php_pspell_close':
/usr/local/directadmin/customapache/php-5.1.4/ext/pspell/pspell.c:94: undefined reference to `delete_pspell_manager'
ext/pspell/.libs/pspell.o(.text+0x21): In function `php_pspell_close_config':
/usr/local/directadmin/customapache/php-5.1.4/ext/pspell/pspell.c:101: undefined reference to `delete_pspell_config'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
is the error that I am getting. Some details for the system are as follows:

Code:
Apache 2.0.58 Server Running 
DirectAdmin 1.27.3  Running 
Exim 4.60 Running 
MySQL 5.0.22 Running 
Named 9.2.4  Running 
ProFTPd 1.2.10  Running 
sshd  Running 
vm-Pop3d 1.1.7f-DA-2  Running

any help guidance is greatly appreciated.
 
Back
Top