OpenSUSE :: Error: X Development Files Not Found. Wine Will Be Built Without X Support

Jun 16, 2011

i tried to install wine in SLED11 but i got this error : configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want.You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this.

View 8 Replies


ADVERTISEMENT

Software :: X Development Files Not Found During 'wine' Installation On Linux Mint9?

Sep 9, 2010

i tried to install wine using ./configure and ./tools/wineinstall and i got the following message:

checking for X... no
configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.

View 2 Replies View Related

Debian :: Error Termcap Support Not Found (on Modern Systems, This Typically Means The Ncurses Development Package Is Missing)

Jun 4, 2011

using squeeze and trying to install asterisk on it. after entering the ./configure command this error appears configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing) i've tried to find the soultion in google, but i couldn't.

View 1 Replies View Related

Ubuntu :: 10.04 - Error: X11 Development Libraries/headers Not Found

May 1, 2010

I have this error :

Code:
configure: configure: error: X11 development libraries/headers not found

View 2 Replies View Related

OpenSUSE :: FreeTDS And PHP With MSSQL Support Built In?

Aug 16, 2009

Can we get this built into the distribution? This would really set it apart from other distributions that don't have this included. And it would most likely make a lot of PHP developer lives a bit easier.

View 7 Replies View Related

OpenSUSE :: Installing Development Files Via YaST

Jun 12, 2011

I'm trying to install the development files via yast i.e. libkde4-devel and I keep libkde4-devel 4.2.80 requires libkde4 4.6.80. Ok I understand this I have libkde4 4.6.2 but no package for libkde4-devel 4.6.2. If I try to install libkde4 4.6.80 the conflicts just keep growing. What do you have to do to get libkde4-devel install on suse 11.4 (x64).

View 4 Replies View Related

Fedora Installation :: Installing 32-bit Support Into 64-bit / Not Found' And 'error While Loading Shared Libraries?

Dec 1, 2009

Trying to launch Second Life gives the following error message:

You are running the Second Life Viewer on a x86_64 platform. The most common problems when launching the Viewer (particularly 'bin/do-not-directly-run-secondlife-bin: not found' and 'error while loading shared libraries') may be solved by installing your Linux

This problem was easily found using search with solutions for Fedora 11.

The following information has been found for adding the 32 bit support to Fedora 11 but it does not work in Fedora 12.

The file created in the instructions below is a list of the 32 bit libraries. It is then called as input to yum to simply install them.

"Add the Libraries Next, add the 32-bit libraries by copying the following list, and pasting it into a text file. Save it as �Fedora-ia32.txt�."

Another post says that was all unnecessary as the following commands would do the same thing.

Could have simply been achieved by calling:$ yum install SDL.i586...(Or by selecting SDL.i586 in add/remove programs.)

The problem I have with Fedora 12 are neither of these will install anything in Fedora 12. Looking at add/remove programs does not yield anthing that looks like it is 32 bit support when searching with the argument "SDL".

Does anyone know how to install 32 bit support into Fedora 12 64 bit version ? I like the simple yum expression rather than long lists like the first example uses, but I'll try anything if it works.

A side question to this entire experiment is what chance would you give to Second Life being able to be run remotely using VNC? I would think if it runes on the Linux machine, using a remote terminal would have little impact. Using VNC isn't the usual way this will be run, I just wonder if it would work at all.

View 3 Replies View Related

Ubuntu :: Windows Applications - Install Wine In 8.04 - Error 'No Suitable Package Flex Found'

Jan 7, 2011

I am trying to install wine in ubuntu 8.04. While installation getting the error 'No suitable package flex found'. I tried to find out flex package in adobe as well as other sites. unable to find out.

View 3 Replies View Related

Fedora :: Openssl Development Libraries Not Found

Sep 24, 2010

I'm on F13 and I'm trying to compile a package from the source. The package is delasa (www.dalesa.lk) and when I ./configure. I get 'configure: error: openssl development libraries not found'. This is the output of 'yum search openssl | grep dev'

openssl-devel.i686 : Files for development of applications which will use
globus-gsi-openssl-error-devel.i686 : Globus Toolkit - Globus OpenSSL Error
globus-openssl-devel.i686 : Globus Toolkit - Openssl Library Development Files
globus-openssl-module-devel.i686 : Globus Toolkit - Globus OpenSSL Module

[Code]....

View 4 Replies View Related

CentOS 5 Hardware :: Built In Support For Agere Et131x?

Apr 27, 2009

We're planning on getting computers with built-in Agere et131x NICs, and were wondering if these would be automatically detected/installed upon installing CentOS 5.3 ?

View 4 Replies View Related

Ubuntu :: Using Wine To Run .ISO Files In Xubuntu / Error?

Sep 24, 2010

I'm trying to install Fallout 1 by Interplay. I have the .ISO of the game.

I've mounted it to a directory I created (/home/temp), using Gmount

But, when I use the GUI, and right click on the "install.exe" and choose Open With Wine. It just opens a terminal, than promptly closes it.

So, I tried to run it in a terminal. I went to the directory where the ISO is mounted, and used the command

wine install.exe

and it gives me:

err:dosmemOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode

Also, when I mount the .ISO using Gmount, I get the error;

An error occured
Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.

I can also open the autorun.exe using wine. But when I click the install button in the autorun menu, it says I have to install DirectX. When I click yes, it gives me the generic windows crash.

"The program your using has encountered a problem and needs to close. yada yada yada."

Choosing 'no' when prompted to install DirectX, just gives me a blank screen, with no response.

Push ESC three times, and my desktop appears again, and everything is responding.

View 4 Replies View Related

Debian Configuration :: Kernel Driver Support: Built-in Or Loadable?

Jun 26, 2010

Is there a way to programmatically determine whether a particular driver support is built-in rather than a loadable module? I'd be grateful if somebody would share how. I have written a shell script using the RTC (real time clock). I can check whether the rtc-cmos kernel module exists and load the module accordingly as needed, but I don't know how to determine when the driver is built-in. Of course, if the driver is built-in then the module does not exist.

I seem to recall there is a method to query the kernel config file (/proc/config.gz), through which I probably could grep for the CONFIG_RTC_DRV_CMOS parameter. I also can check whether /proc/driver/rtc exists. If that file exists then either the driver is built-in or the module was loaded.I realize the rtc-cmos driver is built-in with the standard Debian kernel build, but I still would like a way to query where the driver is supported.Is there a straightforward or direct method to query the kernel whether a particular driver is built-in?

View 3 Replies View Related

OpenSUSE :: Remove Wine + It's Files And Setting?

Apr 2, 2010

How do I remove wine + it's files and setting?

View 5 Replies View Related

OpenSUSE Install :: Cannot Open ZIP Files With Wine

Nov 25, 2010

I can't seem to open up any .zip file with wine.

View 4 Replies View Related

Ubuntu :: Error - 404 Not Found Some Index Files Failed To Download

Mar 19, 2011

Failed to fetch [URL] 404 Not Found Some index files failed to download, they have been ignored, or old ones used instead. I have been getting this for a while now complete with a red triangle with an ! in it on the panel.

View 1 Replies View Related

Fedora :: Error - C Header Files Matching Your Running Kernel Were Not Found

Jun 29, 2010

I need to install VMWare Workstation on Fedora 13, but I keep running into the following error -

"C header files matching your running kernel were not found...."

It's looking for 2.6.33.3-85.fc13.i686 but when I did a - yum install kernel-devel I got 2.6.33.5-124.fc13.i686

when I do - yum install kernel-devel `uname -r`

I get the following -

Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package kernel-devel-2.6.33.5-124.fc13.i686 already installed and latest version

[code]....

View 5 Replies View Related

Fedora :: Install Gnome Wave Cleaner - "Gnomeui2 Development Libraries Not Found"

Aug 3, 2011

I'm trying to get Gnome Wave Cleaner (audio wave cleaner) working. I get an error when I try to configure saying that "Gnomeui2 development libraries not found." Goggle just shows several other people having the same error, without any having any success getting GWC working. Anyone familiar with this?

View 5 Replies View Related

OpenSUSE :: WINE - How To Install Windows Media Player 11 - Read RIFF Tags From WAV Files ?

Apr 8, 2011

I want to install my favorite player WMP11 in Linux, but the Setup fails in validation! i there a possible to force install wmp11 with wine in linux ? I have a lot of music in WAV + tagged with RIFF Tags, wmp can read riff tags...Amarok can't! is there another player that can read RIFF Tags from WAV files?

View 6 Replies View Related

Fedora Hardware :: No Sound Support Under Wine In F 11

Mar 19, 2010

I'm trying to get the bizarre game Plants vs Zombies running under Wine on my F 11 desktop. It took a registry tweak to get it to run, and then, only in a window, not full screen. Alas, the sound doesn't work. Checking in Wine Configuration, Pulse Audio is selected, but it fails the test, as do all of the other options. It's not a make or break issue here, but I'd like to get it working right.

View 3 Replies View Related

Programming :: Web Development - Command To Search String Through Files On A Server?

Apr 8, 2009

I am web developer I have this command find . -exec grep "Improve your score" '{}' ; -print for searching through files . I found this command but now i would like to tweak it to gain more out of it.

View 2 Replies View Related

OpenSUSE :: Error : `GLIBCXX_3.4.14' Not Found?

Jan 25, 2011

Recently I installed gcc-4.3.4 on my suse 11.3( I had to install it because matlab mex compiler was supported uptill gcc-4.3.4. ). It took me several mins to compile the source and installing took another hour.Now, the problem which I'm facing is as follows:1. can't open install/remove software, zypper, openoffice, firefox .. and many other applications.

zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by zypper)
zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by zypper)
zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by

[code]....

View 4 Replies View Related

Debian :: Compiling Wine 1.2.2 From Source Has No OpenGL / D3D Support

Feb 13, 2011

After finally figuring out how exactly how to compile something from source, I did it with Wine. However, there's a problem, when I'm trying to play a game on Steam (Half-Life) on a TNT2 graphics card (With NVIDIA drivers 71.86 installed as well as all of the packages needed to compile Wine from source), everything either lags or has an error.

One of these errors is that OpenGL32 isn't being initialized after attempting to start the game in that mode. Another error (or I should say problem) is that in Direct3D mode, it just.. crashes lol. Also, in Software mode, it LAGS horribly and I don't think it has to do with the hardware limitations I have on this machine. I did however install the glx and gl drivers AFTER I compiled Wine, do I have to do yet another install?

Debian Lenny 5.0.8
667MHz Celeron Coppermine
NVIDIA TNT2 32mb VRAM card

View 3 Replies View Related

CentOS 5 :: Showing Error While Installing 'Development Tools'

Feb 11, 2011

I try to install #yum groupinstall 'Development Tools' it's install all things but at the end it's showing error

View 2 Replies View Related

OpenSUSE :: 9.1 / Error: No Acceptable C Compiler Found In PATH?

Jan 6, 2011

i'm a new on linux system and i have a problem with SUSE 9.1. I google for yast repositories to install "gcc" but i only see for release 10+. So i think 9.1 version it old version. The thing is that i can't upgrade the SO because it's a "sever" for some applications, and my problem is that i need to install Nagios, but when i type the ./configure command its says:

checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

So I decided to install packages with yast, but i can't find any active repository. I very new on this, and i don't know if i'm doing right the things. Also i don't have too much practice on english.

This is the info of the SO
* uname -a:
Linux noc 2.6.5-7.111-default #1 Wed Oct 13 15:45:13 UTC 2004 i686 i686 i386 GNU/Linux

* cat /etc/SuSE-release
SuSE Linux 9.1 (i586)
VERSION = 9.1

View 9 Replies View Related

OpenSUSE Install :: Boot Error - No Repository Found

Apr 23, 2010

I am trying to install from the iso image that a burned to cd, but while loading it comes up with an error. Eventually it says no repository found. I am not sure why this is happening.

View 5 Replies View Related

OpenSUSE Install :: Boot Error: File Not Found?

Sep 18, 2010

I have updated opensuse 11.3 via yast and after reboot I got this errorerror: file not found.error: you need to load kernel first.Press any Key to continue.

View 9 Replies View Related

OpenSUSE :: After Applying The Latest Wine Update Mouse Cursor In Wine Windows Is Now Purple/magenta/pink

Oct 19, 2009

I don't know if it's just my system, but after applying the latest Wine update, the mouse cursor in Wine windows is now purple/magenta/pink, whatever. Not a big problem, just annoying. I've looked through the various config files in ~home and /usr/share/wine, and can't find any parameter that might even remotely address this.

View 4 Replies View Related

OpenSUSE :: RTorrent - Apache Error Log Fills With File Not Found

Dec 3, 2010

I've just checked my apache error log and it's filled with this:
Code:
[error] [client 127.0.0.1] File does not exist: /srv/www/htdocs/announce
Every 8 minutes or so.

I'm running rTorrent as daemon on same machine, and I suspect it's trying to access something like http://localhost/announce. But that's just my guess, is it some misconfiguration of rTorrent, and how do I fix that? Or should I just ignore all those errors.

View 3 Replies View Related

OpenSUSE Install :: Black Screen With Error 15: File Not Found

Oct 8, 2010

I managed to get following config up and running very nicely with an 11.3 installation. But recently I did a clean install of the OS and hoping to preserve my data in the home HD (2TB) partition I did the following operation which resulted in black screen screen with error 15: file not found.

Config: one SSD root (90GB) and swap (30Gb) second HD for home (2TB)

During the installation I reformatted and mounted the SSD with root and swap as above. I left the home HD (2TB) unformatted and mounted as home.

When I did my first boot up, it worked perfectly - Even Fire Fox booted up with my recovered pages as of my last install! However after installing my multi-media codecs, and security updates, etc. to the fresh install I rebooted the system only to discover that I am unable to get past GRUB!

I don't have to lose my data every time I do a fresh install to new ISO release.

View 9 Replies View Related

OpenSUSE Install :: No Bootable Files Found, Insert Boot Disc"?

Jul 21, 2010

I installed openSUSE 11.3 on my iMac along with "Mac Snow Leopard, Windows 7" to make it a "Triple Boot". But after installing the "GRUB/LILO", it does not chain with the boot loader "REFIT" that I use. Each time I try to boot into "Windows/openSUSE", it shows a message: no boot device found, insert boot disc". So why isn't the "GRUB/LILO" working?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved