как установит Vmware-workstation-4.5.2-8848.tar.gz
Модератор: /dev/random
-
NeoBerkyt
- Сообщения: 16
как установит Vmware-workstation-4.5.2-8848.tar.gz
Помогите установить VMware-workstation-4.5.2-8848.tar.gz на mandriva 2007 . Я полный дуб в этих архивах , разжуйте кто умеет ..!!!!
-
fed71
- Сообщения: 2480
- ОС: Ubuntu
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Для начала должны быть установлены kernel-source, средства разработки (gcc, std+ и тд) и devel-пакеты под них. Установка вари стандартная
./configure
make
make install (под рутом ественно)
Потом в /usr/bin запустить скрипт vmware-config.pl и дальше как он скажет.
С kernel-source в мандриве проблемы, его просто нет. Найти можно здесь И главное чтобы совпадали цифири кернела и кернел-сорса.
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...
Мой блог http://fed71.livejournal.com
Мой блог http://fed71.livejournal.com
-
NeoBerkyt
- Сообщения: 16
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
вот мне не понятьно что дальше делать вот зделал я такое tar -xvfz VMware-workstation-4.5.2-8848.tar.gz появилась папка vmware-distrib . а дальше то как ?? яж говорю дуб дубом ,
и где искать этот фаил configure ???
Просто пример покажите !! например ,вот пакет (любой).tar.gz и в консоли пишем .....
и где искать этот фаил configure ???
Просто пример покажите !! например ,вот пакет (любой).tar.gz и в консоли пишем .....
-
*Sasha*
- Сообщения: 2519
- Статус: Мимо шёл
- ОС: Debian
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Запускай в консоли ./vmware-install.pl
-
NeoBerkyt
- Сообщения: 16
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
запустил ./vmware-install.pl вроде все пошло как надо . жал ентер . и дошло до одной надписи
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
что делать ???
-
Flaming
- Сообщения: 2579
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
NeoBerkyt, man tar # 
Я, честно говоря, никогда это не устанавливал, но fed71 написал правильно, если нет ./configure, но есть make-файл, то сразу make. А вообще почитай readme или install.
И вот это.
Я, честно говоря, никогда это не устанавливал, но fed71 написал правильно, если нет ./configure, но есть make-файл, то сразу make. А вообще почитай readme или install.
И вот это.
-
fed71
- Сообщения: 2480
- ОС: Ubuntu
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
NeoBerkyt писал(а): ↑23.05.2007 13:52вот мне не понятьно что дальше делать вот зделал я такое tar -xvfz VMware-workstation-4.5.2-8848.tar.gz появилась папка vmware-distrib . а дальше то как ?? яж говорю дуб дубом ,
и где искать этот фаил configure ???
Просто пример покажите !! например ,вот пакет (любой).tar.gz и в консоли пишем .....
Для работы в терминале лучше использовать mc (MidnightComander). Входит практически во все дистры, просто установить из менеджера пакетов и в командной строке набрать mc.
Тарбол распаковать в /usr/local/ (стандартное место для устанавливаемых программ). Внутри распакованной папки есть файлики README и INSTALL - обязательно почитать. Установка и настройка - как описано выше.
Если таки в голом терминале, копируем тарбол в папку
cp file.tar.gz /usr/local/
Переходим туда cd /usr/local/
Распаковка tar -xvfz file.tar.gz получаем папочку file
Заходим в нее cd /usr/local/file
Дальше все опять как выше описано
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...
Мой блог http://fed71.livejournal.com
Мой блог http://fed71.livejournal.com
-
NeoBerkyt
- Сообщения: 16
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Flaming писал(а): ↑23.05.2007 15:05NeoBerkyt, man tar #
Я, честно говоря, никогда это не устанавливал, но fed71 написал правильно, если нет ./configure, но есть make-файл, то сразу make. А вообще почитай readme или install.
И вот это.
Дело то в том что и make нету . а вот запустил ./vmware-install.pl вроде все пашло до паследней строчьки вот там какаято загвоздка / вот лог
[root@localhost vmware-distrib]# ./vmware-install.pl
Creating a new installer database using the tar3 format.
Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc/rc.d]
What is the directory that contains the init scripts?
[/etc/rc.d/init.d]
In which directory do you want to install the library files?
[/usr/lib/vmware]
The path "/usr/lib/vmware" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want? [yes]
In which directory do you want to install the manual files?
[/usr/share/man]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]
The path "/usr/share/doc/vmware" does not exist currently. This program is going
to create it, including needed parent directories. Is this what you want?
[yes]
The installation of VMware Workstation 4.5.2 build-8848 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".
Before running VMware Workstation for the first time, you need to configure it
by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes]
Making sure services for VMware Workstation are stopped.
Stopping VMware services:
Virtual machine monitor [ OK ]
You must read and accept the End User License Agreement to continue.
Press enter to display it.
END USER LICENSE AGREEMENT
FOR VMWARE ® DESKTOP SOFTWARE PRODUCT
March 4, 2004
VMWARE, INC. LICENSES THIS DESKTOP SOFTWARE PRODUCT TO YOU SUBJECT
TO THE TERMS CONTAINED IN THIS END USER LICENSE AGREEMENT
("EULA"). READ THE TERMS OF THIS EULA CAREFULLY. BY INSTALLING,
COPYING OR OTHERWISE USING THE SOFTWARE (AS DEFINED BELOW), YOU
AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE
WITH THE TERMS OF THIS EULA, DO NOT INSTALL, COPY OR USE THE
SOFTWARE AND IF YOU HAVE PROOF OF PAYMENT, YOU MAY RETURN THE
UNOPENED SOFTWARE TO THE LOCATION AT WHICH YOU ACQUIRED IT WITHIN
THIRTY (30) DAYS FOR A REFUND OF THE LICENSE FEE.
NOTICE TO CUSTOMER
This EULA is a contract between you (either an individual or an
entity) and VMware, Inc. ("VMware"), which governs your use of the
VMware software product that accompanies this EULA and related
software components, which may include associated media, printed
materials, and online or electronic documentation. This VMware
software product is designed for installation and use on a
personal computer only. You may not install or use this VMware
software product on a server.
DEFINITIONS
This Desktop software package includes a Desktop software product
(the "VMware Desktop Software") and Open Source Software
components. In this EULA, the VMware Desktop Software and
associated media, printed materials, and online or electronic
documentation are collectively referred to as the "Software." The
VMware Desktop Software enables you to run one or more instances
of third-party operating systems ("Guest Operating Systems") and
applications on a single personal computer. A serial number
("Software License Key") issued to you by VMware is required to
use the Software. The term "Number of Licensed Users" means the
number one (1), unless you received a VMware License Certificate
with this software product, in which case the term "Number of
Licensed Users" means the Number of Licensed Users set forth on
the VMware License Certificate.
"Open Source Software" means various open source software
components, including, without limitation, Samba, DHCP Server,
Tcl/Tk, XFree86, Libresolv, zlib, libpng, OpenSSL and Advanced
Encryption Standard (AES) licensed under the terms of applicable
open source license agreements included in the materials relating
to such software. Some Open Source Software components are
provided with the version of the Software than runs on a Linux
host operating system, some Open Source Software components are
provided with the version of the Software that runs on a Windows
host operating system, and some Open Source Software components
are provided with both such versions of the Software.
WARNING FOR EVALUATION LICENSEES
The Software can be activated with a no-cost evaluation Software
License Key. Evaluation Software License Keys have an expiration
date ("Expiration Date"). If you activate the Software with an
evaluation Software License Key: (i) you may use the Software
until the Expiration Date only to evaluate the suitability of the
Software for licensing on a for-fee basis; (ii) the limited 90-day
warranty below is not applicable to you; (iii) the limited web-
based support services are not applicable to you; (iv) the
provision of Updates for a period of eighteen (18) months from the
date of shipment of the Software is not applicable to you; and (v)
THE SOFTWARE IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY
KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE. VMWARE
BEARS NO LIABILITY FOR ANY DAMAGES RESULTING FROM USE (OR
ATTEMPTED USE) OF THE SOFTWARE THROUGH OR AFTER THE EXPIRATION
DATE, AND HAS NO DUTY TO PROVIDE SUPPORT OR SOFTWARE UPDATES TO
YOU.
OPEN SOURCE SOFTWARE
The Open Source Software is composed of individual software
components, each of which has its own copyright and its own
applicable license conditions. You must review the licenses
within the individual packages to understand your rights under
them. The licenses can be found in the open_source_licenses.txt
file, other materials accompanying the software package, the
documentation or corresponding source files available at
http://www.vmware.com/download/open_sources.html. Copyrights to
the Open Source Software are held by the copyright holders
indicated in the copyright notices in the corresponding source
files or in the open_sources_licenses.txt file or other materials
accompanying the software package.
LICENSE
The Software is licensed, not sold. Subject to the terms and
limitations of this EULA, VMware hereby grants you a nonexclusive,
nontransferable license, without rights to sublicense, to (i) make
a number of copies of the Software less than or equal to the
Number of Licensed Users for the purpose of installing a single
copy of the Software on an equivalent number of personal
computers, each of which is running a validly licensed copy of the
operating system for which the Software is designed; (ii) use the
Software License Key to activate each copy of the Software made in
accordance with sub-clause (i); (iii) have up to the Number of
Licensed Users use the Software (in object code form only) solely
for your own internal information processing services and
computing needs; and (iv) use the documentation accompanying the
Software in connection with permitted uses of the Software. If
you are an entity, each copy of the Software may be used by one
designated individual user only. The total number of designated
users may not exceed the Number of Licensed Users. Each copy of
the Software may not be used by any other person, whether or not
such person is employed by or otherwise associated with your
entity.
LIMITED SHARED USE LICENSE
For shared use computing laboratory environments within academic
institutions, the license grant above shall be modified to permit
use of the Software on a single personal computer without the
limitation that such use be limited to the designated user(s);
provided that any such user(s) agree to and abide by the terms of
this EULA; provided further that you must acquire and dedicate a
Software License Key for each separate personal computer on which
the Software is installed. Under this shared computing laboratory
use license, a computing laboratory at an academic institution
having ten personal computers loaded with the Software on which no
more than five users would concurrently access and use the
Software, for example, would require ten Software License Keys.
Unless the computing laboratory is operated and maintained by and
within an academic institution, this limited shared use license
does not apply.
LICENSE LIMITATIONS
You may not copy the Software except for a reasonable number of
machine-readable copies of the Software for backup or archival
purposes and except as expressly permitted in the License section
above. You may not share or use concurrently the Software except
as expressly permitted in the Limited Shared Use License section
above. You may not remove any titles, trademarks or trade names,
copyright notices, legends, or other proprietary markings on the
Software. You are not granted any rights to any trademarks or
service marks of VMware. VMware retains all rights not expressly
granted to you.
LICENSE AS UPGRADE OF PREVIOUSLY LICENSED PRODUCT
If you purchased this Desktop software product as an upgrade at
the applicable upgrade price, then you must have previously
purchased a prior version of this Desktop software product at the
applicable product (not upgrade) price. If you have not purchased
a prior version at the applicable product price, then please
contact the vendor from whom you purchased the upgrade, or, if you
are unable to contact your vendor, contact VMware, to make payment
for the difference between the upgrade price and the product price
within thirty (30) days of the date you purchased the upgrade. If
you do not make the appropriate payment to your vendor or VMware
within thirty (30) days, this EULA will automatically terminate
and you must comply with the termination provisions below.
LICENSES REQUIRED FOR THIRD-PARTY SOFTWARE
The Software allows multiple Guest Operating Systems and
applications to run on a single personal computer. You are
responsible for obtaining any licenses necessary to operate any
such third-party software, including Guest Operating Systems.
PROPRIETARY RIGHTS RESERVED BY VMWARE
VMware retains all right, title, and interest in and to the
Software and the Software License Key and in all related
copyrights, trade secrets, patents, trademarks, and any other
intellectual and industrial property and proprietary rights,
including registrations, applications, renewals, and extensions of
such rights.
RESTRICTIONS
You may not (i) sell, lease, license, sublicense, distribute or
otherwise transfer in whole or in part the Software or the
Software License Key to another party; (ii) provide, disclose,
divulge or make available to, or permit use of the Software in
whole or in part by, any third party without VMware's prior
written consent; (iii) modify or create derivative works based
upon the Software; or (iv) use the Software to provide network,
application hosting or other services to third parties, or
otherwise use the Software on a service bureau or hosting basis
for your customers. Except to the extent expressly permitted by
applicable law, and to the extent that VMware is not permitted by
that applicable law to exclude or limit the following rights, you
may not decompile, disassemble, reverse engineer, or otherwise
attempt to derive source code from the Software, in whole or in
part. You may not disclose the results of any benchmark test of
the Software to any third party without VMware's prior written
approval.
LIMITED SUPPORT AND SUBSCRIPTION SERVICES
VMware may provide limited web-based support services related to
the Software for a period of thirty (30) days after the date of
purchase. Upon expiration of such 30-day period, VMware will not
provide any support services under this EULA. For a period of
eighteen (18) months from the date of shipment of the Software,
VMware will provide you with Update Service, as defined in the
VMware Premium Support Programs and Subscription Services Terms
and Conditions posted on VMware's Web site at
http://www.vmware.com/support/using/premium.html ("Service
Terms"), free of charge. By accepting the terms of this EULA you
are accepting the Service Terms. Upon expiration of such 18-month
period, VMware will no longer provide you with any Update Service
under this EULA. Thereafter, you may renew the Update Service for
a fee in accordance with the Service Terms. Notwithstanding the
foregoing, if you acquired the Software as an Update (as defined
in the Service Terms) or as part of the Update Service in
connection with a prior purchase of the Software, then you are not
entitled to receive any Update Service or any other support or
subscription services under this EULA. In either case, you also
may purchase support and subscription services separately. If you
have purchased VMware support and subscription services with the
Software, these services are provided to you under the Service
Terms. Unless otherwise provided to you under a separate
agreement, any supplemental software code or related materials
that VMware provides to you as part of any Update Service or
support and subscription services are to be considered part of the
Software and are subject to the terms and conditions of this EULA.
VMware may use any technical information you provide to VMware for
any VMware business purposes without restriction, including for
product support and development. VMware will not use information
in a form that personally identifies you.
TERMINATION
VMware may terminate this EULA if you fail to comply with any term
of this EULA. In the event of termination, you must destroy all
copies of the Software and Software License Key. In addition you
must remove all copies of the Software from the personal
computer(s) on which it is installed.
GOVERNMENT RESTRICTIONS
You may not export or re-export the Software except in compliance
with the United States Export Administration Act and the related
rules and regulations and similar non-U.S. government
restrictions, if applicable. The Software and accompanying
documentation are deemed to be "commercial computer software" and
"commercial computer software documentation," respectively,
pursuant to DFAR Section 227.7202 and FAR Section 12.212(b), as
applicable. Any use, modification, reproduction, release,
performing, displaying, or disclosing of the Software by the U.S.
Government shall be governed solely by the terms of this EULA.
LIMITED WARRANTY
VMware warrants that the media, if any, on which the Software is
delivered will be free of defects and that the Software will
substantially conform to the description contained in the
applicable end user documentation, in each case for a period of 90
days after the date of shipment of the Software License Key.
EXCEPT FOR THE PRECEDING EXPRESS LIMITED WARRANTY, TO THE MAXIMUM
EXTENT PERMITTED BY APPLICABLE LAW, VMWARE PROVIDES THE SOFTWARE
WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS, IMPLIED, STATUTORY,
OR IN ANY OTHER PROVISION OF THIS EULA OR COMMUNICATION WITH YOU,
AND VMWARE SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-
INFRINGEMENT.
LIMITATION OF LIABILITY
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT
WILL VMWARE BE LIABLE FOR ANY LOST PROFITS OR BUSINESS
OPPORTUNITIES, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA,
OR ANY OTHER INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT,
TORT, NEGLIGENCE, PRODUCT LIABILITY, OR OTHERWISE. BECAUSE SOME
JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF
LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE PRECEDING
LIMITATION MAY NOT APPLY TO YOU.
VMWARE'S LIABILITY UNDER THIS EULA WILL NOT, IN ANY EVENT, EXCEED
THE LICENSE FEES, IF ANY, PAID BY YOU TO VMWARE FOR THE SOFTWARE
LICENSED BY YOU UNDER THIS EULA.
THE FOREGOING LIMITATIONS SHALL APPLY TO THE MAXIMUM EXTENT
PERMITTED BY APPLICABLE LAW, REGARDLESS OF WHETHER VMWARE HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF
WHETHER ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE.
GENERAL
This EULA is governed by the laws of the State of California and
the United States of America, without regard to conflict of law
principles. The United Nations Convention for the International
Sale of Goods shall not apply. This EULA is the entire agreement
between us and supersedes the terms of any purchase orders and any
other communications or advertising with respect to the Software.
If any provision of this EULA is held invalid, the remainder of
this EULA shall continue in full force and effect. This EULA may
be modified only by written agreement signed by authorized
representatives of you and VMware.
CONTACT INFORMATION
If you have any questions about this EULA, or if you want to
contact VMware for any reason, please direct all correspondence
to: VMware, Inc., 3145 Porter Drive, Palo Alto, CA 94304, United
States of America or email info@vmware.com.
VMware ® is a registered trademark of VMware, Inc.
Do you accept? (yes/no) y
Thank you.
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "y" is not an existing directory.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.
-
*Sasha*
- Сообщения: 2519
- Статус: Мимо шёл
- ОС: Debian
-
NeoBerkyt
- Сообщения: 16
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
[root@localhost diman]# ls -l /usr/src/
итого 5
drwxr-xr-x 2 root root 1024 Май 22 14:09 ati/
drwxr-xr-x 2 root root 1024 Май 20 16:53 ATI/
drwxr-xr-x 3 root root 1024 Май 22 13:14 linux/
drwxr-xr-x 22 root root 1024 Май 22 13:13 linux-2.6.17-5mdv/
drwxr-xr-x 7 root root 1024 Май 19 21:04 rpm/
[root@localhost diman]#
[root@localhost diman]# uname -a
Linux localhost 2.6.17-5mdv #1 SMP Wed Sep 13 14:32:31 EDT 2006 i686 Intel® Pentium® 4 CPU 2.00GHz GNU/Linux
[root@localhost diman]#
-
fed71
- Сообщения: 2480
- ОС: Ubuntu
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Без кернел-сорса ничего не будет. Где искать показал в своем посте в начале. Go to link!
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...
Мой блог http://fed71.livejournal.com
Мой блог http://fed71.livejournal.com
-
NeoBerkyt
- Сообщения: 16
-
*Sasha*
- Сообщения: 2519
- Статус: Мимо шёл
- ОС: Debian
-
fed71
- Сообщения: 2480
- ОС: Ubuntu
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Еще раз внимательно проверь установку девелоперских пакетов. По типу gcc.rpm и gcc-devel.rpm Лучше установить все пакеты, которые относятся к разработке.
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...
Мой блог http://fed71.livejournal.com
Мой блог http://fed71.livejournal.com
-
MadDog
- Бывший модератор
- Сообщения: 2298
- Статус: Добрый банщик
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Насколько я помню у какой-то версии vmware была проблема с установкой на ядра 2.6.х. Решалась сия проблема запуском специального патча.
собственно вот и решение вашей проблемы. Там хоть и для Debian, но для Мандривы тоже подойдёт.
собственно вот и решение вашей проблемы. Там хоть и для Debian, но для Мандривы тоже подойдёт.
-
fed71
- Сообщения: 2480
- ОС: Ubuntu
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Блин! Точно! Спасибо MadDog!
Забираем патчик http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz
Забираем патчик http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...
Мой блог http://fed71.livejournal.com
Мой блог http://fed71.livejournal.com
-
NeoBerkyt
- Сообщения: 16
Re: как установит Vmware-workstation-4.5.2-8848.tar.gz
Спасибо огромно за патч. все заработало 