Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 149702
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 148682
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Juha Heljoranta <juha.heljoranta@iki.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 149702 depends on: Show dependency tree
Bug 149702 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-01 03:25 0000
VMware fails to start:

# vmware
SSLLoadSharedLibrary: Failed to load library
/opt/vmware/server/lib/bin/libssl.so.0.9.7:/opt/vmware/server/lib/bin/libssl.so.0.9.7:
cannot open shared object file: No such file or directory

The dirty solution is to add libssl to vmware lib path:

# mkdir /opt/vmware/server/lib/lib/libssl.so.0.9.7
# cp /emul/linux/x86/usr/lib/libssl.so.0.9.7
/opt/vmware/server/lib/lib/libssl.so.0.9.7/

but this then causes following error:

# vmware
/opt/vmware/server/lib/bin/vmware: symbol lookup error:
/opt/vmware/server/lib/lib/libssl.so.0.9.7/libssl.so.0.9.7: undefined symbol:
EVP_idea_cbc

The EVP_idea_cbc is defined in libcrypto which comes with vmware. It needs to
be replaced with version which has the symbol:

# rm /opt/vmware/server/lib/lib/libcrypto.so.0.9.7/libcrypto.so.0.9.7
# cp /emul/linux/x86/usr/lib/libcrypto.so.0.9.7
/opt/vmware/server/lib/lib/libcrypto.so.0.9.7/

Now at least the local connetions work fine. I didn't test remote connections.

------- Comment #1 From Jakub Moc (RETIRED) 2006-10-01 03:28:25 0000 -------

*** This bug has been marked as a duplicate of 148682 ***

------- Comment #2 From Rob Rosenfeld 2006-10-02 20:45:48 0000 -------
to get vmware-server-console running, repeating these steps for in
/opt/vmware/server/console/lib/lib work

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug