Bug #1385
closedOpen-VM-Tools not working anymore
0%
Description
somehow the Open-VM-Tools for 2.0 are messed up
./vmware-guestd.sh start
Starting vmware_guestd.
/libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.0" not found, required by "vmtoolsd"
./vmware-guestd.sh: WARNING: failed to start vmware_guestd
Updated by Chris Buechler over 13 years ago
- Project changed from pfSense to pfSense Packages
- Category deleted (
Package System) - Target version deleted (
2.0)
Updated by Anonymous over 13 years ago
the following packages can be found at http://pfsense.trendchiller.com/packages/
fusefs-kmod-0.3.9.p1.20080208_7.tbz
fusefs-libs-2.7.4.tbz
gettext-0.18.1.1.tbz
glib-2.26.1_1.tbz
icu-4.6.1.tbz
libdnet-1.11_3.tbz
libiconv-1.13.1_1.tbz
open-vm-tools-nox11-313025_2.tbz
pcre-8.12.tbz
perl-5.10.1_3.tbz
pkg-config-0.25_1.tbz
python27-2.7.1_1.tbz
could you please add them to the pfsense 2.0 package repository ?
this are the new open-vm-tools-nox11 with all dependencies
the XML file has to be updated with the "depends on" settings and it will work again...
Updated by Anonymous over 13 years ago
it's build for http://files.pfsense.org/packages/8/All
it's the x86 build
Updated by Anonymous over 13 years ago
please add this to pkg_config.8.xml as i cannot commit now :-(
<package>
<name>Open-VM-Tools</name>
<descr>VMware Tools</descr>
<website>http://open-vm-tools.sourceforge.net/&lt;/website>
<category>Services</category>
<version>313025</version>
<status>Stable</status>
<pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package&lt;/pkginfolink>
<required_version>2.0</required_version>
<config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml&lt;/config_file>
<configurationfile>open-vm-tools.xml</configurationfile>
<depends_on_package_base_url>http://files.pfsense.org/packages/8/All/&lt;/depends_on_package_base_url>
<depends_on_package>open-vm-tools-nox11-313025_2.tbz</depends_on_package>
<build_port_path>/usr/ports/emulators/open-vm-tools-nox11/</build_port_path>
<depends_on_package>fusefs-kmod-0.3.9.p1.20080208_7.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/sysutils/</build_port_path>
<depends_on_package>fusefs-libs-2.7.4.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/sysutils/</build_port_path>
<depends_on_package>glib-2.26.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>icu-4.6.1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>libdnet-1.11_3.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/net/</build_port_path>
<depends_on_package>libiconv-1.13.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/converters/</build_port_path>
<depends_on_package>pcre-8.12.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>perl-5.10.1_3.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/perl5/</build_port_path>
<depends_on_package>pkg-config-0.25_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/devel/</build_port_path>
<depends_on_package>python27-2.7.1_1.tbz</depends_on_package>
<build_port_path>/usr/ports/packages/python/</build_port_path>
</package>
Updated by Jim Pingle over 13 years ago
We need to fix the automated build process, not upload new binaries.
Updated by Anonymous over 13 years ago
the pkg_config.8.cml changes were now pushed to git, please ignore the message before...
Updated by Ralf Wessling over 13 years ago
Problem exists in Snapshot :
2.0-RC1 (i386)
built on Wed Mar 30 23:56:33 EDT 2011
Updated by Ralf Wessling over 13 years ago
Error is :
Downloading http://files.pfsense.org/packages/8/All/icu-4.6.1.tbz ... could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/icu-4.6.1.tbz.
of icu-4.6.1 failed!
Installation aborted.Backing up libraries...
Updated by Charles AMPEAU over 13 years ago
I can confirmed this issue on i386 platform :
Downloading http://files.pfsense.org/packages/8/All/icu-4.6.1.tbz ... could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/icu-4.6.1.tbz
Open-VM-Tools not installable!
Updated by Calvin Teh over 13 years ago
Confirm not working on amd64 platform as well
2.0-RC1 (amd64)
built on Sun Apr 10 21:49:29 EDT 2011
Updated by Charles AMPEAU over 13 years ago
Jim P wrote:
We need to fix the automated build process, not upload new binaries.
Any news on that problem?
As I reported here : http://forum.pfsense.org/index.php/topic,33587.msg185648.html#msg185648
would it be possible to include the missing icu-4.6.1.tbz to files.pfsense.org?
Thanks for all your work!
Regards
Updated by Chris Buechler over 13 years ago
- Status changed from New to Resolved
fixed, more under #1423