Mini

Well-Known Member
Mar 4, 2005
98
0
156
Hi I'm getting some errors when I try and install aspell/pspell in apache update. How would I fix this?

Building Apache Config.....Done
Downloading and compiling apache+modules....

Verifying archive integrity... All good.
Uncompressing buildapache................................................................................................................................
Verifying compiler and libs....Verifying installation....Using newyum support...
Repository base already added, not adding again
Repository extras already added, not adding again
Setting up Install Process
Setting up Repos
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
Using newyum support...
Error: Missing Dependency: libaudit.so.0 is needed by package pam
Error: Missing Dependency: audit-libs >= 0.9 is needed by package pam
Repository base already added, not adding again
Repository extras already added, not adding again
Setting up Install Process
Setting up Repos
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package aspell-devel.i386 12:0.50.5-3.fc3 set to be updated
---> Package pam-devel.i386 0:0.77-66.13 set to be updated
---> Package libungif-devel.i386 0:4.1.3-1.el4.2 set to be updated
---> Package libc-client-devel.i386 0:2002e-8 set to be updated
--> Running transaction check
--> Processing Dependency: pam = 0.77-66.13 for package: pam-devel
--> Processing Dependency: libc-client = 2002e-8 for package: libc-client-devel
--> Processing Dependency: libungif = 4.1.3 for package: libungif-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libungif.i386 0:4.1.3-1.el4.2 set to be updated
---> Package pam.i386 0:0.77-66.13 set to be updated
---> Package libc-client.i386 0:2002e-8 set to be updated
--> Running transaction check
--> Processing Dependency: libaudit.so.0 for package: pam
--> Processing Dependency: audit-libs >= 0.9 for package: pam
--> Finished Dependency Resolution
Done
Done
********************************
This is buildapache version 10.8.1
********************************
buildapache configured from Web Host Manager
Apache configured from Web Host Manager!
/etc/rc.d/init.d/httpd start: httpd started
Setting /home permissions to 0711......Done
Setting permissions for.....gbserver...cloud...elephant...qrl...themoose...teenout......Done
Using newyum support...
Repository base already added, not adding again
Repository extras already added, not adding again
Setting up Install Process
Setting up Repos
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
Using newyum support...
Repository base already added, not adding again
Repository extras already added, not adding again
Setting up Install Process
Setting up Repos
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
Untarring php....Done
Applying CURL curl_formfree patch
patching file ext/curl/curl.c
Hunk #1 succeeded at 584 (offset 39 lines).
Hunk #2 succeeded at 900 (offset 15 lines).

configure php-4.3.11...(--with-apxs=/usr/local/apache/bin/apxs --prefix=/usr --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --with-pspell --enable-sockets --enable-track-vars --enable-versioning --with-zlib).... . . . . . . . . . . . . . Done

configure: error: Cannot find pspell

make -j 2 php-4.3.11...(clean).... Done

make -j 2 php-4.3.11....... Done

make php-4.3.11...(install).... Done

/etc/rc.d/init.d/httpd start: httpd started

configure php-4.3.11...(--prefix=/usr --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --with-pspell --enable-sockets --enable-track-vars --enable-versioning --with-zlib).... . . . . . . . . . . Done

configure: error: Cannot find pspell

make -j 2 php-4.3.11...(clean).... Done

make -j 2 php-4.3.11....... Done

make php-4.3.11...(install).... Done

initfpsuexec: using apache 1.x support
PHP version file has been updated to
Executing /scripts/postbuildapache (if exists)...Done
/etc/rc.d/init.d/httpd start: httpd started

Attempting to restart httpd

Waiting for httpd to restart....
.
.
.
.
.
.
.
.
.
.
finished.
Thanks!
Mini
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
Please don't bump threads. People will respond if they want to, otherwise you'll need to hire a server admin to help you out if you cannot resolve something yourself.
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Mini said:
Hi I'm getting some errors when I try and install aspell/pspell in apache update. How would I fix this?
You need to install aspell and pspell, and their dependancies to get clean and smooth compilation. You can use YUM to install these packages, hope you won't have dependancy errors. If so, and don't know what to do, you'll have to hire a sys admin to do that for you.
 

Mini

Well-Known Member
Mar 4, 2005
98
0
156
AndyReed said:
You need to install aspell and pspell, and their dependancies to get clean and smooth compilation. You can use YUM to install these packages, hope you won't have dependancy errors. If so, and don't know what to do, you'll have to hire a sys admin to do that for you.
Thanks, Great respect to you! I have successfully installed Aspell!

For future reference, anyone who *was* like me, not knowing how to fix this error when they get it, type "yum search aspell-en" in shell (without the quotes).

Mini
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Mini said:
For future reference, anyone who *was* like me, not knowing how to fix this error when they get it, type "yum search aspell-en" in shell (without the quotes).
Right on target Mini :D Good job and I am happy things are working for ya!

CHEERS