bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash 3.1 on Solaris 9


From: Bob Proulx
Subject: Re: bash 3.1 on Solaris 9
Date: Tue, 18 Jul 2006 11:14:14 -0600
User-agent: Mutt/1.5.9i

Chris,

Please keep replies to the mailing list so that others may participate
and the answers will be available for those who search the archives
later.  Also I am actually traveling right now and so I will be really
slow responding for a while.

Cheltenham, Christopher J wrote:
> Well I tried to compile it myself but I kept getting errors with gcc.
> Something about it cannot create executables.

Ouch.  That message is being produced from one of the early autoconf
tests.  You would need to debug why your compiler installation is not
working first because obviously a working C compiler is required.

> The third part is Sun Freeware which I always thought was you guys
> anyway but apparently not.

I am not familiar with Sun Freeware.  Others on the mailing list might
be however.  This is the bash mailing list at gnu.org.  It is
concerned with the development of the bash shell.

  http://www.gnu.org/software/bash/

Bash is one of the components of the GNU operating system.

  http://www.gnu.org/

Ports of software from the GNU Project are often made to other
platforms.  But usually not distributed as binaries from gnu.org.  I
will infer, perhaps incorrectly, that Sun Freeware is one of those
folks porting software to Sun.  If so then you would probably have
better luck contacting them directly with your problem.

Bob


Cheltenham, Christopher J wrote:
> Well I tried to compile it myself but I kept getting errors with gcc.
> Something about it cannot create executables. The third part is Sun
> Freeware which I always thought was you guys anyway but apparently not.
> 
> 
> Thanks
> =============================
> Chris Cheltenham                              
> Computer Specialist                            
> Campbell Library @ Rowan University  
> Glassboro, NJ                                     
> 856-256-4979                                       
> =============================
> 
> -----Original Message-----
> From: Bob Proulx [mailto:bob@proulx.com] 
> Sent: Friday, July 14, 2006 1:32 AM
> To: Cheltenham, Christopher J
> Cc: bug-bash@gnu.org
> Subject: Re: bash 3.1 on Solaris 9
> 
> Cheltenham, Christopher J wrote:
> > What can I do for this error?
> > 
> > ld.so.1: bash: fatal: libiconv.so.2: open failed: No such file or
> > directory
> > Killed
> 
> You apparently got a precompiled binary from some third party.  That
> binary is using a shared library that it did not include.  Probably at
> the same place that you got the bash binary you would also find the
> libiconv shared library.  Install it too.  Repeat as needed.
> 
> Or you could pull the source code to bash and compile it yourself
> which would build it without that dependency.  The GNU project
> generally distributes source code.  A whole infrastructure of third
> parties have developed around compiling the source code and
> distributing it.  But really anyone can compile the code and this is
> encouraged.
> 
> Bob
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]