<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Ed Smits,<br>
<br>
Thanks for your reply.<br>
<br>
Yes. I have recompile it. But still the I found the same problem.<br>
:|<br>
<br>
<i><br>
zkchong@zkchong-laptop:/usr/bin$ sudo ./vmware-config.pl<br>
Password:<br>
Making sure services for VMware Server are stopped.<br>
<br>
Stopping VMware services:<br>
   Virtual machine monitor                                            
done<br>
   Bridged networking on /dev/vmnet0                                  
done<br>
   DHCP server on /dev/vmnet1                                         
done<br>
   Host-only networking on /dev/vmnet1                                
done<br>
   DHCP server on /dev/vmnet8                                         
done<br>
   NAT service on /dev/vmnet8                                         
done<br>
   Host-only networking on /dev/vmnet8                                
done<br>
   Virtual ethernet                                                   
done<br>
<br>
Configuring fallback GTK+ 2.4 libraries.<br>
<br>
In which directory do you want to install the mime type icons?<br>
[/usr/share/icons]<br>
<br>
What directory contains your desktop menu entry files? These files have
a<br>
.desktop file extension. [/usr/share/applications]<br>
<br>
In which directory do you want to install the application's icon?<br>
[/usr/share/pixmaps]<br>
<br>
Trying to find a suitable vmmon module for your running kernel.<br>
<br>
None of the pre-built vmmon modules for VMware Server is suitable for
your<br>
running kernel.  Do you want this program to try to build the vmmon
module for<br>
your system (you need to have a C compiler installed on your system)?
[yes]<br>
<br>
Using compiler "/usr/bin/gcc". Use environment variable CC to override.<br>
<br>
What is the location of the directory of C header files that match your
running<br>
kernel? [/lib/modules/2.6.15-27-686/build/include]<br>
<br>
Extracting the sources of the vmmon module.<br>
<br>
Building the vmmon module.<br>
<br>
Using 2.6.x kernel build system.<br>
make: Entering directory `/tmp/vmware-config0/vmmon-only'<br>
make -C /lib/modules/2.6.15-27-686/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules<br>
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-686'<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o<br>
  CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o<br>
  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o<br>
  Building modules, stage 2.<br>
  MODPOST<br>
  CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o<br>
  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko<br>
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-686'<br>
cp -f vmmon.ko ./../vmmon.o<br>
make: Leaving directory `/tmp/vmware-config0/vmmon-only'<br>
The module loads perfectly in the running kernel.<br>
<br>
This program previously created the file /dev/vmmon, and was about to
remove<br>
it.  Somebody else apparently did it already.<br>
<br>
This program previously created the file /dev/parport0, and was about
to remove<br>
it.  Somebody else apparently did it already.<br>
<br>
This program previously created the file /dev/parport1, and was about
to remove<br>
it.  Somebody else apparently did it already.<br>
<br>
This program previously created the file /dev/parport2, and was about
to remove<br>
it.  Somebody else apparently did it already.<br>
<br>
This program previously created the file /dev/parport3, and was about
to remove<br>
it.  Somebody else apparently did it already.<br>
<br>
You have already setup networking.<br>
<br>
Would you like to skip networking setup and keep your old settings as
they are?<br>
(yes/no) [yes]<br>
<br>
Extracting the sources of the vmnet module.<br>
<br>
Building the vmnet module.<br>
<br>
Using 2.6.x kernel build system.<br>
make: Entering directory `/tmp/vmware-config0/vmnet-only'<br>
make -C /lib/modules/2.6.15-27-686/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules<br>
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-686'<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/driver.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/hub.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/userif.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/netif.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o<br>
  CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o<br>
  SHIPPED /tmp/vmware-config0/vmnet-only/smac_linux.x386.o<br>
  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o<br>
  Building modules, stage 2.<br>
  MODPOST<br>
Warning: could not find
/tmp/vmware-config0/vmnet-only/.smac_linux.x386.o.cmd fo r
/tmp/vmware-config0/vmnet-only/smac_linux.x386.o<br>
  CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o<br>
  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko<br>
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-686'<br>
cp -f vmnet.ko ./../vmnet.o<br>
make: Leaving directory `/tmp/vmware-config0/vmnet-only'<br>
The module loads perfectly in the running kernel.<br>
<br>
Please specify a port for remote console connections to use [902]<br>
<br>
You already have an entry for "/usr/sbin/vmware-authd" in the
"/etc/inetd.conf"<br>
file.  No change will be made to it.<br>
<br>
Hit enter to continue.<br>
<br>
Configuring the VMware VmPerl Scripting API.<br>
<br>
Building the VMware VmPerl Scripting API.<br>
<br>
Using compiler "/usr/bin/gcc". Use environment variable CC to override.<br>
<br>
Installing the VMware VmPerl Scripting API.<br>
<br>
The installation of the VMware VmPerl Scripting API succeeded.<br>
<br>
Do you want this program to set up permissions for your registered
virtual<br>
machines?  This will be done by setting new permissions on all files
found in<br>
the "/etc/vmware/vm-list" file. [no]<br>
<br>
Generating SSL Server Certificate<br>
<br>
In which directory do you want to keep your virtual machine files?<br>
[/var/lib/vmware/Virtual Machines]<br>
<br>
Do you want to enter a serial number now? (yes/no/help) [no]
98844-YM281-28J23-4 J338<br>
<br>
The answer "98844-YM281-28J23-4J338" is invalid.  It must be one of
"y", "n" or<br>
"h".<br>
<br>
Do you want to enter a serial number now? (yes/no/help) [no]
9ADFJ-YYQ81-20N1N-4 2JAM<br>
<br>
The answer "9ADFJ-YYQ81-20N1N-42JAM" is invalid.  It must be one of
"y", "n" or<br>
"h".<br>
<br>
Do you want to enter a serial number now? (yes/no/help) [no] yes<br>
<br>
Please enter your 20-character serial number.<br>
<br>
Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: 
9ADFJ-YYQ81-20N1N-42JAM<br>
<br>
Starting VMware services:<br>
   Virtual machine monitor                                            
done<br>
   Virtual ethernet                                                   
done<br>
   Bridged networking on /dev/vmnet0                                  
done<br>
   Host-only networking on /dev/vmnet1 (background)                   
done<br>
   Host-only networking on /dev/vmnet8 (background)                   
done<br>
   NAT service on /dev/vmnet8                                         
done<br>
   Starting VMware virtual machines...                                
done<br>
<br>
The configuration of VMware Server 1.0.0 build-28343 for Linux for this
running<br>
kernel completed successfully.</i><br>
<br>
Ed Smits wrote:
<blockquote
 cite="midd4df5300612161814p6204fdc7uf74325aa1222281a@mail.gmail.com"
 type="cite">
  <pre wrap="">Have you upgraded the kernel etc lately? In either case, run
vmware-config.pl again (as root of course), see if it compiles
correctly, should start then.

ED

On 12/16/06, Chong Zan Kai <a class="moz-txt-link-rfc2396E" href="mailto:zkchong@gmail.com"><zkchong@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> Dear All,

 Recently I found that I cannot start my vmware (vmware server) for some
unknown reason. Can someone tell m what should I do? I have try to reinstall
the vmware but the problem is still the same.


 zkchong@zkchong-laptop:/usr/bin$ vmware
 /usr/lib/vmware/bin/vmware:
/usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version
information available (required by /usr/lib/libcairo.so.2)
 *** glibc detected *** free(): invalid pointer: 0x092b0440 ***
 (Then a blank window come out only)
 (After I "force quit" the blank window, only the vmware server console come
out)
 /usr/lib/vmware/bin/vmware:
/usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version
information available (required by /usr/lib/libcairo.so.2)
 /usr/lib/vmware/bin/vmware:
/usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version
information available (required by /usr/lib/libcairo.so.2)

 I believe it is sth wrong with my libpng12. But I am sure I didn't touch
anything before this.

 I am using Ubuntu 6.06 and I am sure my ubuntu is updated version.

 Please guide me. Thank you.
 --
Best Regards,
Chong Zan Kai


--
ubuntu-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>
Modify settings or unsubscribe at:
<a class="moz-txt-link-freetext" href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a>




    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Best Regards,
Chong Zan Kai
</pre>
</body>
</html>