Aspell 0.60.6 Installation Issues

View: New views
2 Messages — Rating Filter:   Alert me  

Aspell 0.60.6 Installation Issues

by Lee, Tom J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I've tried installing Aspell as a Solaris package but keep getting ld.so.1

fatal errors when I run it command-line under Solaris 10.  The error looks

like this.

 

leetj:08/14/09 13:42:17 /users/leetj>aspell

ld.so.1: aspell: fatal: relocation error: file /local/bin/aspell: symbol aerror_bad_mode_key: referenced symbol not found

Killed

 

Tried downloading the source.  After expanding the tarball and

running ./configure I get the following on the screen.

 

leetj:08/14/09 08:33:23 /users/leetj/work/aspell-0.60.6>./configure

checking build system type... sparc-sun-solaris2.10

checking host system type... sparc-sun-solaris2.10

checking target system type... sparc-sun-solaris2.10

checking for a BSD-compatible install... ./install-sh -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... ./install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... nawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles...

no

checking for g++... g++

checking for C++ compiler default output file name... a.out

checking whether the C++ compiler works... configure: error: cannot run

C++ compiled programs.

If you meant to cross compile, use `--host'.

See `config.log' for more details.

 

The config.log has this segment.

 

configure:2857: $? = 0

configure:2864: g++ -v >&5

Reading specs from /local/bin/../lib/gcc/sparc-sun-

solaris2.10/3.4.6/specs

Configured with: ../configure --with-as=/usr/ccs/bin/as --with-

ld=/usr/ccs/bin/ld --en

able-shared --enable-languages=c,c++,f77

Thread model: posix

gcc version 3.4.6

configure:2867: $? = 0

configure:2874: g++ -V >&5

g++: `-V' option must have argument

configure:2877: $? = 1

configure:2900: checking for C++ compiler default output file name

configure:2927: g++    conftest.cpp  >&5

configure:2930: $? = 0

configure:2968: result: a.out

configure:2985: checking whether the C++ compiler works

configure:2995: ./a.out

ld.so.1: a.out: fatal: libstdc++.so.6: open failed: No such file or directory

./configure: line 2996:  7577 Killed                  ./$ac_file

configure:2998: $? = 137

configure:3007: error: cannot run C++ compiled programs.

If you meant to cross compile, use `--host'.

See `config.log' for more details.

 

What am I doing wrong?  I've spent over 2 days trying to install Aspell

on a new server with a new OS (Solaris 10).  I remember I had some

difficulties installing it on the old server with Solaris 9. 

 

Can someone please provide some assistance.

 

Tom Lee

FIN Group Lead

LM Aero - IS & T

Office - 817-763-6541

Fax - 817-763-6548

Pager - 1-800-526-9795

 

"Success is measured by one's investment in the lives of others."

 

 


_______________________________________________
Aspell-user mailing list
Aspell-user@...
http://lists.gnu.org/mailman/listinfo/aspell-user

Re: Aspell 0.60.6 Installation Issues

by Kevin Atkinson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 14 Aug 2009, Lee, Tom J wrote:

> leetj:08/14/09 13:42:17 /users/leetj>aspell
>
> ld.so.1: aspell: fatal: relocation error: file /local/bin/aspell: symbol
> aerror_bad_mode_key: referenced symbol not found

The most likely reason is an old aspell library is being found and used.
Make sure that there are no other files names libaspell.so.* installed on
your system.

> configure:2985: checking whether the C++ compiler works
>
> configure:2995: ./a.out
>
> ld.so.1: a.out: fatal: libstdc++.so.6: open failed: No such file or directory

Your C++ compiler is broken.  It can't find the required library.  I
can't help you there.



_______________________________________________
Aspell-user mailing list
Aspell-user@...
http://lists.gnu.org/mailman/listinfo/aspell-user