Selam, On Sun, Dec 16, 2012 at 4:42 PM, <[email protected]> wrote: > Merhabalar, > Debian 6.0.2 üzerinde OpenEdge kurmaya çalışıyorum. Bir döküman buldum. > Aşağıdaki paket kaynaklarını ekleyin ve kurun diyor ama sanırım bu depolar > değişmiş. Hata veriyor ve paketi kuramıyorum... > > Progress'i çalıştırırken aldığım hata: > **** > /usr/dlc/bin/_progres: error while loading shared libraries: > libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or > directory > > **** > > Bulduğum kaynaktaki bilgi: > **** > > 10.1a: > The package for this library isn’t verified with Debian 5.0 (yet) so to be > able to install it using apt-get install you must add these lines to > /etc/apt/sources.list: > > deb http://snapshot.debian.net/archive pool gcc-2.95 > deb-src http://snapshot.debian.net/archive pool gcc-2.95 > deb http://snapshot.debian.net/archive pool gcc-2.96 > deb-src http://snapshot.debian.net/archive pool gcc-2.96 > deb http://snapshot.debian.net/archive pool gcc > deb-src http://snapshot.debian.net/archive pool gcc > > As referred by http://snapshot.debian.net/cgi-bin/packages.cgi > > (The explanation is given by this mail response: > http://linux.derkeiler.com/Mailing-Lists/Debian/2006-03/msg00798.html > that referred to http://snapshot.debian.net/ > where you can search for the package (libstdc++2.10-glibc2.2)) > > Now to a apt-get update and then > > apt-get install libstdc++2.10-glibc2.2
Çok eski bir sürüm sanırım bu. Debian'ın snapshot servisini[1] kullanarak kurmanız gerekiyor anladığım kadarıyla. Şurdan elle indirip, kurabilirsiniz: http://snapshot.debian.org/binary/libstdc%2B%2B2.10-glibc2.2/ Ya da sources.list'e şuna benzer bir satır eklemeniz gerekli: deb http://snapshot.debian.org/archive/debian/20050312T000000Z/ sarge main deb-src http://snapshot.debian.org/archive/debian/20050312T000000Z/ sarge main 1: http://snapshot.debian.org/ Kolay gelsin. -- Selçuk Mıynat _______________________________________________ Linux E-Posta Listesi [email protected] Liste kurallari: http://liste.linux.org.tr/kurallar.php Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux
