1)
 ldd dedicated.so
        linux-gate.so.1 =>  (0xffffe000)
        libsteam_api.so => not found
        libtier0.so => not found
        libvstdlib.so => not found
        libm.so.6 => /lib/libm.so.6 (0xf7ea2000)
        libdl.so.2 => /lib/libdl.so.2 (0xf7e9c000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf7e83000)
        /lib/ld-linux.so.2 (0x00581000)
        libc.so.6 => /lib/libc.so.6 (0xf7d2a000)

 ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
(required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
        linux-gate.so.1 =>  (0xffffe000)
        libtier0_s.so => not found
        libvstdlib_s.so => not found
        libm.so.6 => /lib/libm.so.6 (0xf73d6000)
        libdl.so.2 => /lib/libdl.so.2 (0xf73d1000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf72e7000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf72ce000)
        /lib/ld-linux.so.2 (0x00581000)
        libc.so.6 => /lib/libc.so.6 (0xf7175000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7169000)

2) can confirm that libstdc++.so.6 is within the bin folder folder
3) Centos 5.6 64 Bit

2011/8/16 Fug1t1v3 <f...@onlyskill.eu>

> Debian 5.0.8
>
> ldd dedicated.so
>        linux-gate.so.1 =>  (0xf7fdb000)
>         libsteam_api.so => not found
>        libtier0.so => not found
>        libvstdlib.so => not found
>         libm.so.6 => /lib32/libm.so.6 (0xf7ef5000)
>        libdl.so.2 => /lib32/libdl.so.2 (0xf7ef1000)
>        libpthread.so.0 => /lib32/libpthread.so.0 (0xf7eda000)
>        /lib/ld-linux.so.2 (0xf7fdc000)
>        libc.so.6 => /lib32/libc.so.6 (0xf7d88000)
>
> ldd steamclient.so
> ./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not
> found       (required by ./steamclient.so)
>         linux-gate.so.1 =>  (0xf7f55000)
>         libtier0_s.so => not found
>        libvstdlib_s.so => not found
>         libm.so.6 => /lib32/libm.so.6 (0xf736b000)
>        libdl.so.2 => /lib32/libdl.so.2 (0xf7366000)
>        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7278000)
>        libpthread.so.0 => /lib32/libpthread.so.0 (0xf7261000)
>        /lib/ld-linux.so.2 (0xf7f56000)
>        libc.so.6 => /lib32/libc.so.6 (0xf710f000)
>        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7102000)
>
> libstdc++.so.6 is within the orangebox/bin folder
> -----
> Best regards,
>
> Fug1t1v3
> Onlyskill.eu - Game Servers Hosting
> CSS Servers Administrator
> Game Hosting Tehnical Administrator
> mail: f...@onlyskill.eu
>
>
>
> On 16 August 2011 02:30, Marco Padovan <e...@evcz.tk> wrote:
>
> > *centos6.0 64bit* (libstdc++.so.6 is within the orangebox/bin folder
> > folder)
> > server is starting fine
> >
> > ldd dedicated.so
> >       linux-gate.so.1 =>  (0xffffe000)
> >        libsteam_api.so => not found
> >        libtier0.so => not found
> >        libvstdlib.so => not found
> >        libm.so.6 => /lib/libm.so.6 (0xf7622000)
> >        libdl.so.2 => /lib/libdl.so.2 (0xf761c000)
> >        libpthread.so.0 => /lib/libpthread.so.0 (0xf7601000)
> >        /lib/ld-linux.so.2 (0xf7703000)
> >        libc.so.6 => /lib/libc.so.6 (0xf7475000)
> >
> > ldd steamclient.so
> > ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
> > found (required by ./steamclient.so)
> >        linux-gate.so.1 =>  (0xffffe000)
> >        libtier0_s.so => not found
> >        libvstdlib_s.so => not found
> >        libm.so.6 => /lib/libm.so.6 (0xf6b9f000)
> >        libdl.so.2 => /lib/libdl.so.2 (0xf6b9a000)
> >        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf6aae000)
> >        libpthread.so.0 => /lib/libpthread.so.0 (0xf6a93000)
> >        /lib/ld-linux.so.2 (0xf7785000)
> >        libc.so.6 => /lib/libc.so.6 (0xf6907000)
> >        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf68e9000)
> >
> >
> > *centos5.6 64bit* (libstdc++.so.6 is within the orangebox/bin folder
> > folder)
> > not yet tried to start it after the update here
> >
> > ldd dedicated.so
> >        linux-gate.so.1 =>  (0xffffe000)
> >        libsteam_api.so => not found
> >        libtier0.so => not found
> >        libvstdlib.so => not found
> >        libm.so.6 => /lib/libm.so.6 (0xf76ea000)
> >        libdl.so.2 => /lib/libdl.so.2 (0xf76e4000)
> >        libpthread.so.0 => /lib/libpthread.so.0 (0xf76cb000)
> >        /lib/ld-linux.so.2 (0x437d1000)
> >        libc.so.6 => /lib/libc.so.6 (0xf7572000)
> >
> > ldd steamclient.so
> > ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
> > found (required by ./steamclient.so)
> > ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
> > found (required by ./steamclient.so)
> > ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
> > found (required by ./steamclient.so)
> >        linux-gate.so.1 =>  (0xffffe000)
> >        libtier0_s.so => not found
> >        libvstdlib_s.so => not found
> >        libm.so.6 => /lib/libm.so.6 (0xf6b86000)
> >        libdl.so.2 => /lib/libdl.so.2 (0xf6b81000)
> >        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf6a97000)
> >        libpthread.so.0 => /lib/libpthread.so.0 (0xf6a7e000)
> >        /lib/ld-linux.so.2 (0x437d1000)
> >        libc.so.6 => /lib/libc.so.6 (0xf6925000)
> >        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf6919000)
> >
> >
> > Il 16/08/2011 00:38, Fletcher Dunn ha scritto:
> > > The new steamworks SDK was compiler with a newer compiler, which
> requires
> > a newer version of the stand C lib than many distributions come with.  We
> > included this lib in the update, but apparently that isn't working for
> > everybody.  This new dependency was the cause of the delay last week.
> > >
> > >
> > > Linux users, please reply with this info:
> > >
> > >
> > >
> > > 1.) From the bin folder, send me the output of the following command:
> > >
> > >
> > >
> > > ldd dedicated.so
> > >
> > > ldd steamclient.so
> > >
> > >
> > >
> > > 2.) Confirm that you have a libstdc++.so.6 in your folder?
> > >
> > >
> > >
> > > 3.) What distribution are you using?
> > >
> > >
> > >
> > > We believe that the SteamWorks integration is also the cause of the
> > client crashes, and are hoping to have that resolved within the hour.
> > > _______________________________________________
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> > _______________________________________________
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to