I need to install the 32-bit version of libstdc++.so.6 on a 64 bit Ubuntu 8.04.2 server.
when i tried apt-get install ia32-libs
, it says
But when i tried to enable a PHP extension (libpdf_php.so), which uses this runtime library following error is logged in php error log.
- Download PCRepairKit and stop Libstdc++-6.dll errors automatically Download Now No thanks, download only libstdc++-6.dll dll file Very useful website with tons of dll files.
- Repair libstdc++-6.dll not found or missing error in Windows by downloading libstdc++-6.dll for free.
3 Answers
Downloadonly - only download the package into an RPM --downloaddir - download an RPM to the specified dir. Rpm--ivh - install/verbose log/print hashes for progress--force - ignore existing installs, this is what ignores the above error--nodeps - ignore dependencies.
What makes you think you need a 32-bit version of libstdc++.so.6?
64-bit Ubuntu runs 64-bit Apache which runs 64-bit PHP which it seems can't load 32-bit libpdf_php.so
, which it tells you in the error message.
It's unlikely that installing ia32-libs will solve the problem - I would say you need 64-bit version of libpdf_php.so
It looks like pdflib's website has a separate download for x86-64 architecture - I downloaded the archive and the .so file inside it is definitely 64-bit.
The problem is not with libstdc++, it's with libpdf_php.so. You need to download the 32-bit version of that library.
Libstdc++-6.dll Download
protected by Community♦Feb 11 '17 at 17:13
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?