• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Programm kennt Suse11 nicht.

Mach mal ldd auf das ausführbare binary dieses Programms? Werden alle Libraries gefunden?

Wo befinden sich die Libraries, die vom Programm gefordert werden denn nun tatsächlich?

Wenn die an einem Ort sind der nicht an einer der Stellen ist, der bei 'ldconfig -v' angezeigt wird, die Umgebungsvariable LD_LIBRARY_PATH auf das entsprechende Verzeichnis setzen. (In der Bash schreibt man dazu 'export LD_LIBRARY_PATH=<Verzeichnis>'. <Verzeichnis> ist ein Platzhalter, an dessen Stelle Du den Pfad zur Library schreibst.)

Ansonsten: Der Hersteller will nicht, dass Du das unter openSUSE 11 ausführst!

Und was heisst, Du hast das Programm nach /usr installiert? Die Libraries liegen ja wohl nicht in /usr/lib und werden deshalb nicht gefunden. Das kann gar nicht sein, dass Du das nach /usr installiert hast. Sehr wahrscheinlich liegt das in irgendeinem Unterverzeichnis von /usr. Da installiert man aber keine distributionsfremde Software hin. Die kommt entweder nach /usr/local/<Verzeichnis> oder /opt/<Verzeichnis>.
 
Also folgendes, nach

Code:
benni@linux-tycz:/usr/abaqus/6.7-1/exec> export LD_LIBRARY_PATH=/usr/abaqus/6.7-1/exec

und anschließendem

Code:
ldd pre.exe

kommt nun

Code:
benni@linux-tycz:/usr/abaqus/6.7-1/exec> ldd pre.exe
        linux-vdso.so.1 =>  (0x00007fff879fe000)
        libABQPRE_Core.so => /usr/abaqus/6.7-1/exec/libABQPRE_Core.so (0x00007f437e7e2000)
        libABQMAP_Core.so => /usr/abaqus/6.7-1/exec/libABQMAP_Core.so (0x00007f437f6c0000)
        libABQSUP_Core.so => /usr/abaqus/6.7-1/exec/libABQSUP_Core.so (0x00007f437e6c3000)
        libABQSmoothing_Code.so => /usr/abaqus/6.7-1/exec/libABQSmoothing_Code.so (0x00007f437e5bc000)
        libABQSLV_Core.so => /usr/abaqus/6.7-1/exec/libABQSLV_Core.so (0x00007f437e176000)
        libABQSHR_Core.so => /usr/abaqus/6.7-1/exec/libABQSHR_Core.so (0x00007f437db18000)
        libABQADB_Core.so => /usr/abaqus/6.7-1/exec/libABQADB_Core.so (0x00007f437d653000)
        libABQShared_Analysis.so => /usr/abaqus/6.7-1/exec/libABQShared_Analysis.so (0x00007f437d275000)
        libABQDDB_ADM_Core.so => /usr/abaqus/6.7-1/exec/libABQDDB_ADM_Core.so (0x00007f437d0e0000)
        libABQDDB_SUB_Core.so => /usr/abaqus/6.7-1/exec/libABQDDB_SUB_Core.so (0x00007f437cfcc000)
        libABQDDB_MtxCore.so => /usr/abaqus/6.7-1/exec/libABQDDB_MtxCore.so (0x00007f437ce74000)
        libABQDDB_InpFlattener.so => /usr/abaqus/6.7-1/exec/libABQDDB_InpFlattener.so (0x00007f437c4eb000)
        libABQDDB_ODB_API.so => /usr/abaqus/6.7-1/exec/libABQDDB_ODB_API.so (0x00007f437b98b000)
        libABQDDB_PDM_Core.so => /usr/abaqus/6.7-1/exec/libABQDDB_PDM_Core.so (0x00007f437b686000)
        libABQDDB_Core.so => /usr/abaqus/6.7-1/exec/libABQDDB_Core.so (0x00007f4379bc9000)
        libABQDDB_GeometricAttributes.so => /usr/abaqus/6.7-1/exec/libABQDDB_GeometricAttributes.so (0x00007f4377967000)
        libABQDDB_CoreGeometry.so => /usr/abaqus/6.7-1/exec/libABQDDB_CoreGeometry.so (0x00007f437717f000)
        libABQDDB_HdxInterface.so => /usr/abaqus/6.7-1/exec/libABQDDB_HdxInterface.so (0x00007f4376f42000)
        libABQDDB_AnalysisSupport.so => /usr/abaqus/6.7-1/exec/libABQDDB_AnalysisSupport.so (0x00007f4376b3f000)
        libABQDDB_DiagnosticExtractor.so => /usr/abaqus/6.7-1/exec/libABQDDB_DiagnosticExtractor.so (0x00007f437649a000)
        libABQDDB_ROM.so => /usr/abaqus/6.7-1/exec/libABQDDB_ROM.so (0x00007f437602a000)
        libABQUTI_RfmInterface.so => /usr/abaqus/6.7-1/exec/libABQUTI_RfmInterface.so (0x00007f4375e03000)
        libABQUTI_SMASimDynamicAPI.so => /usr/abaqus/6.7-1/exec/libABQUTI_SMASimDynamicAPI.so (0x00007f4375896000)
        libABQDDB_Communications.so => /usr/abaqus/6.7-1/exec/libABQDDB_Communications.so (0x00007f437573b000)
        libABQUTI_UtiLicensing.so => /usr/abaqus/6.7-1/exec/libABQUTI_UtiLicensing.so (0x00007f4375601000)
        libABQUTI_CaeUtils.so => /usr/abaqus/6.7-1/exec/libABQUTI_CaeUtils.so (0x00007f4374f34000)
        libABQUTI_BasicUtils.so => /usr/abaqus/6.7-1/exec/libABQUTI_BasicUtils.so (0x00007f43746b1000)
        libABQUTI_CoreUtils.so => /usr/abaqus/6.7-1/exec/libABQUTI_CoreUtils.so (0x00007f437450f000)
        libABQover.so => not found
        libirc.so => not found
        librt.so.1 => /lib64/librt.so.1 (0x00007f4374306000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f4374102000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4373ee6000)
        libsvml.so => not found
        libimf.so => not found
        libm.so.6 => /lib64/libm.so.6 (0x00007f4373c90000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f4373a79000)
        libcxaguard.so.5 => not found
        libc.so.6 => /lib64/libc.so.6 (0x00007f4373720000)
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQDDB_SOL_Core.so => /usr/abaqus/6.7-1/exec/libABQDDB_SOL_Core.so (0x00007f437354f000)
        libABQUTI_METIS_Core.so => /usr/abaqus/6.7-1/exec/libABQUTI_METIS_Core.so (0x00007f43733f1000)
        libABQDMP_Core.so => /usr/abaqus/6.7-1/exec/libABQDMP_Core.so (0x00007f43732c1000)
        libABQUTI_BLAS_Core.so => /usr/abaqus/6.7-1/exec/libABQUTI_BLAS_Core.so (0x00007f43731b6000)
        libABQDDB_NonGeometricAttributes.so => /usr/abaqus/6.7-1/exec/libABQDDB_NonGeometricAttributes.so (0x00007f4372340000)
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQDDB_Odb.so => /usr/abaqus/6.7-1/exec/libABQDDB_Odb.so (0x00007f4371ce9000)
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f4371aac000)
        libutil.so.1 => /lib64/libutil.so.1 (0x00007f43718a9000)
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQUTI_Zlib.so => /usr/abaqus/6.7-1/exec/libABQUTI_Zlib.so (0x00007f4371793000)
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQUTI_XmlParser.so => /usr/abaqus/6.7-1/exec/libABQUTI_XmlParser.so (0x00007f4371612000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f437f5f1000)
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libifport.so.5 => not found
        libifcoremt.so.5 => not found
        libmkl.so => not found
        libmkl_lapack64.so => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5=> not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found
        libABQover.so => not found
        libirc.so => not found
        libsvml.so => not found
        libimf.so => not found
        libcxaguard.so.5 => not found

Code:
./pre.exe
gibt dann
Code:
benni@linux-tycz:/usr/abaqus/6.7-1/exec> ./pre.exe
./pre.exe: error while loading shared libraries: libABQover.so: cannot open shared object file: No such file or directory

aus.

Hilft Dir diese Info so weiter?
 
Hallo,
hast du ein Dual-Boot-System mit Windows? Dann solltest du das Programm einfach unter Windows benutzen, dadurch sparst du dir eine Menge Stress.
Nur als Anregung!
 
Ich habe aber nur die Studentenversion für Linux! Sonst hätte ich das ja direkt gemacht! Außerdem möchte ich egtl endlich den kompletten Umstieg auf Linux schaffen, mich nervt dieses "umgeboote" nämlich ein wenig mittlerweile.
 
Tja, die Angabe von ldd war doch recht interessant. Da sind massig Libraries die nicht gefunden werden. Suche die Libraries und nehme deren Pfad mit in LD_LIBRARY_PATH auf. Wenn Du sie nicht finden solltest, hast Du leider Pech gehabt.

Wie sucht man nach den Libraries? So z.B.:

find /usr -name "<Suchmuster>"
 
So, ich denke ich stehe kurz vor dem Durchbruch!

Ich bekomme allerdings noch folgenden Fehler:
Code:
X Error: code 154 major 143 minor 5: GLXBadContext.

Warning: Your system needs to be reconfigured to allow OpenGL
rendering to a pixmap or Pbuffer; otherwise, you will not be
able to print or use the probe function in Abaqus/CAE.

Ich hoffe, dass dieser Fehler noch in den Griff zu bekommen ist...

Gruß
 
Code:
linux-tycz:/usr/abaqus/Commands # glxinfo | grep direct
direct rendering: Yes

Also ja denke ich, oder?
 
Sieht so aus, als ob die Software ein Feature verlangt, das der Grafikkartentreiber nicht unterstützt.

:crazy:

Versuch es mal mit Softwarerendering.
 
Grafikkarte?

Bei ATI sieht das z. Zt. wohl eher mau aus:
http://ubuntuforums.org/showthread.php?t=706702

Scheint bei der Software aber öfter vorzukommen:
Well, the solution is to add the -mesa option when calling abaqus cae, as long
as ABAQUS 6.5 is concerned. Then probing is activated and no warnings appear.
 
Sandman78 schrieb:
Also ich habe eine Mobility Radeon 1600 in meinem Laptop. Soll ich den Radeon-Treiber versuchen?

Hier hilft nur ausprobieren. Ich weiss nicht welcher Grafikkartentreiber die gewünschte OpenGL-Features hat. Ich weiss auch nicht, wie ich das rausbekommen kann.
 
Oben