[Scons-users] Building serf

Dirk Bächle tshortik at gmx.de
Sat Feb 28 03:57:28 EST 2015


Hi Peter,

On 28.02.2015 03:26, Chen, Peter wrote:
> Hi all,
>
> Using SCons-2.3.4 to build serf-1.3.8 on a sparc-solaris2.10. Using gcc-4.2.4
> I’ve ran into a couple of issues and they seem to be related to my environment variables.
>
> I was initially stuck on the build command: [...]
> Now I get this error: [...]
> /home/local/Python/sparc-solaris2.10/2.7.9/bin/python build/check.py
>
> ld.so.1: python2.7: fatal: libgcc_s.so.1: open failed: No such file or directory
>

does it work if you call the command above in a terminal directly? If not, you have a basic problem with how your library paths 
(ld.so.conf, LD_LIBRARY_PATH) are setup.
If yes, it looks like an environment setting is not transported through to the check.py script, when calling it from the SCons 
context (via "scons check"). Especially in the latter case, you might have to contact the Serf developers about this problem.

Hope this helps you somewhat further.

Best regards,

Dirk




More information about the Scons-users mailing list