Ubuntu Installation :: Where Is The Lua Development Package
Aug 17, 2011
I tried to build the latest lua package from source but the development libraries are missing. Where are they?
[url]
Quote:
Quote:
After downloading the files for your system you'll probably have two files named lua-5.1_XXXXX.tar.gz - contains the library and includes for developers lua-5.1_XXXXX_bin.tar.gz - contains the executables for end user
But the archive at [url] doesnt contain such files.
View 1 Replies
ADVERTISEMENT
Sep 11, 2010
As topic, I have trouble with compiling brlcad as this thread.
http://forums.fedoraforum.org/showthread.php?t=249899
I assume the last problem I encounter was lack of development package in the system. Hence, I tried "yum install Xorg-devel" and the terminal reply"No package xorg-x11-devel available."
View 8 Replies
View Related
Nov 16, 2010
I'm trying to install a third party development package for the TI DM355 platform. The build script for this tests for the mono package which must have been available in a previous release of Ubuntu but has been deprecated in version 10. Which package provides mono support and how can I touch the package database to make it look like mono is installed so the ./configure script will be happy?
View 2 Replies
View Related
Jan 15, 2010
I hunted down kdevelop4 through yast. I found it finally by entering "Integrated Development Environment" in the search text box, clicking "Description" only, and clicking Search. I'm backtracking now to figure out how to find it and other development tools/ide's quicker in the future.I clicked the Technical Data tab for kdevelop4 and in the details, "Package Group" shows "Development/Tools/IDE".In Yast, I then clicked on the "Package Groups" tab and searched on the left-hand side for "Development". But it's now there.
In OpenSuSE 10.3, when I viewed the Package Groups tree structure, there was a node, "Development" which contained kdevelop3. But I can't seem to find the "Development" Package Group in OpenSuSE 11.2.
View 4 Replies
View Related
Feb 13, 2011
I was trying to setup a cross-platform development environment with qt, an thus looked for the qt-sdk package I used to install on my 32-bit machine.This package appears to have been deleted from 64-bit ubuntu maverick, but I do not understand the details...
- Has this package been renamed, or is there another one in place of it?
- Is this package going to be available again in the future?
PS: I am aware that one can install the sdk by downloading the installer, but for unattended install I prefer the apt package...
View 8 Replies
View Related
May 3, 2010
I'm trying to make a local package server for my offline development network. Can anyone recommend a mirror containing every single package for CentOS 5.4 x86 as well as 64 bit? I've looked around but I haven't had too much luck yet.
View 1 Replies
View Related
Jun 15, 2010
I'm having some trouble installing the php-development package on my fedora core 6 server.
Code:
yum install php-devel
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
[Code]...
View 7 Replies
View Related
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
Nov 27, 2009
I just installed F12 from LiveCD. Works beautifully.
However I realized that all software development tools are missing. I have now made a new DVD of full Fedora 12 but cannot install (as the install hangs on my Dell Optiplex)
My question is, can I go somewhere in my F12, and add "Software Development" package, directly from the F12 DVD install disc. (i.e. without reinstalling the whole linux)
View 2 Replies
View Related
Mar 4, 2010
I'm a bit of a noob with ubuntu, but have been using the dreaded windows for many years, programming. My tool of choice is Delphi, which no longer exists for linux.
There is this freeware (of course) application called lazaraus which I can install, but whenever i try even run the simple program i get
/usr/lib/lazarus/0.9.28.2/lcl/masks.pas(28,22) Fatal: Can't find unit contnrs used by Masks
what happened to setup.exe? and all needs doing to install, just click next, next, next ,next, wait a bit and there is delphi sitting in the start menu, and it works
View 4 Replies
View Related
Apr 28, 2010
I'm trying to do a coursework at home which is a java web app. I've installed Tomcat and mySQL, both appear to be working fine. I have Netbeans installed already - from the Ubuntu Software Centre ages ago - when creating a new project it doesn't give an option for a web app project.... Is there some extra package(s) I have to install ?
View 1 Replies
View Related
Jul 30, 2010
I have installed Ubuntu 10.04 on my desktop. Installing eclipse for java development. before installing I want to install java and tomcat server so please guide me installing all the below software in series.
1) JAVA
2) Tomcat Server
3) Eclipse IDE
View 1 Replies
View Related
Apr 29, 2010
I currently run 9.10 and have / and /home mounted on different partitions. From what I understand, I can do a fresh install of 10.04 on / while preserving my settings on /home. What about the development tools? I currently have Apache web server, Tomcat, MySQL, PostgreSQL installed. I presume I will have to reinstall them if I do a fresh install right? So if I want to preserve these dev tools as they are I should only do an upgrade from the update manager? Are there any major advantages to a clean install over an upgrade?
View 1 Replies
View Related
Jun 28, 2010
I would like to install a very light linux distribution. Light enough to be an host running virtualbox (or vmware player) and then a linux virtual machine of choice on it. Occasionally I could be in needs of running a windows distribution.
The reason why I would like to do this is that I am a developer. I found much convenient to prepare my development environment and run it from machine to machine. Rather than reinstalling a distribution and set it up each time I buy a new laptop.
Do you think it's possible ? The alternative could be to make a kind of linux image and install on a brand new PC, but I don't know how to do that and what are the downside of it.
View 3 Replies
View Related
Nov 26, 2010
Every developer in our organization has access to a single development server and all development ( other than basic experimentation ) is done on this server. This is primarily because there are several interdependent systems and having copies of these systems on each developers machine slows that machine down to the extent of making it completely unusable. All developers access this development server using ssh. Of course this implies that scp will also work as the sshd daemon is running making data vulnerable.
We are currently attempting to secure the code and data on this server from unauthorized copying and transfer.
Currently I am attempting to set up virtual machines on each developer machine that can then be used to connect to the development server. I have created a shell that does nothing but allow for the typing of one command that simply transfers ( ssh login ) the user onto the development server.
I am using virtualBox and ubuntu mini to achieve this.
Problems: The first question is if this is a reasonable way to achieve what I am attempting to. Is there a better way?
The others is more in terms of the set-up: I am attempting to resize the virtualBox console. I tried this by editing grub. Although I am able to resize the screen at start-up the entire screen goes back to ( what I believe is 800x600 ) after the Ubuntu splash screen.
The virualBox seems to have completely messed up the keyboard detection how can I rectify this?
The other is regarding the restricting of shell access I have currently done this by removing access to /bin/ for normal users. Is this secure enough or is there a better way?
View 1 Replies
View Related
Mar 12, 2009
I installed Fedora 10 on an 8 GB USB-stick using the creator-software for windows. Sadly I am not so familiar with linux but as I am now trying Fedora on a friend's advice I really start to like it
Unfortunatels there ist a problem: I wanted to compile a driver for my wlan-card but got the known error "make: command not found". So I searched this forum and found in this thread that I need to install the development tools. But when I try to do so by typing yum groupinstall "Development Tools" it first starts but then cancels with an error message claiming missing dependencies to a perl package:
Quote:
Fehler: Fehlende Abh�ngigkeit: perl = 4:5.10.0-49.fc10 wird ben�tigt von Paket 1erl-Pod-Escapes-1.04-49.fc10.i386 (installed)
Due to my ignorance I tried yum install perl but this also fails with the same error message I am sure it is just a bite for you but I don't hava a clue right now By the way I already can call the command make install now for the wlan-card driver. It also starts but fails and says:
View 9 Replies
View Related
Oct 9, 2010
I am trying to build Pidgin on my Lucid install and on running configure, I get the following:
Quote:
configure: error: You must have GLib 2.4.0 or newer development headers installed to build.
If you have these installed already you may need to install pkg-config so I can find them. I tried installing pkg-config, but it's already in its newest version. I then tried going to the following website
[URL]
and downloaded and extracted glib on my computer. That changed nothing. I was hoping someone could tell me what's going on here. I just tried the this:
Quote:
sudo apt-get install libgtk2.0-0
and got
Quote:
libgtk2.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 8 Replies
View Related
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
Feb 3, 2011
I am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.
View 5 Replies
View Related
Aug 3, 2011
I have a problem when installing this package through synaptic package manager. this is :
libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.
View 1 Replies
View Related
Jun 20, 2010
I just finished installing a dual boot XP/Ubuntu 10.04 LTS for desktop about half an hour ago, and it's my first experience with a Linux OS. Now that my *complete idiot noob* flag is flying, I have an error I think I need to report:An error occurs with the Package Manager, I get this message when I try to run it, and when Ubuntu boots:
E: Encountered a Package with no Package: header
E: Problem with MergeList /var/lib/apt/lists/
us.archive.ubuntu.com_ubuntu_dists_lucid_restricte d_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
This usually means that your installed packages have unmet dependencies I tried to download and install Chrome, and it came up with a similar error.
Is my install corrupt/incomplete or something? My setup is a P4 2.4Ghz, 512Mb RAM, onboard graphics, wireless internet and the HDD is 40GB, split into 2 partitions, and my Ubuntu Partition is 10 GB. I'm running Ubuntu 10.04 LTS distribution, and the other OS is Windows XP Professional SP3.I installed Ubuntu by using the Wubi installer.
View 1 Replies
View Related
May 26, 2010
I want to install kernel package by this command sudo apt-get install kernel-packagebut it gives me the error :Package kernel-package has no installation candidate
View 1 Replies
View Related
Jul 11, 2009
In the old days, the installation of Fedora offered options like a "Development System" and showed software packages related to that purpose, which you could check or un-check. I gather that with FC 11, you install a basic system from the live Cd and, (assuming a fast internet connection) it's up to you to know what to add. Are there any short cuts or crutches that mimic the old way of doing things? Or is there a special "spin" of FC11 that is for software development?
View 3 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Mar 11, 2010
I have installed UBUNTU 9.10(2.6.30)
I'm trying to execute the following command: apt-get install linux-headers-`uname -r` mercurial build-essential cvs subversion libncurses5-dev
I get the following error:Package libncurses5-dev is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libncurses5-dev has no installation candidate
View 2 Replies
View Related
Feb 5, 2011
Package Installation error
Recently I get an error while installing any packages offline.
"Action would require the installation of packages from not authenticated source".
The key icon at top tight corner shows.
View 3 Replies
View Related
Feb 2, 2010
How do I go about setting up a lamp server just for testing out and learning web development without opening it up to public?
View 1 Replies
View Related
Sep 20, 2010
I'm looking for a program that allows me to create website. For the past years, Frontpage and Dreamweaver really worked for me, but none of these are working on Ubuntu. Is there an alternative for Ubuntu?
View 6 Replies
View Related
May 5, 2011
i need to install a web development ide in my ubuntu 11.04.
which one do you recommend?
it should atleast support html, css, php and javascript.
View 9 Replies
View Related
Mar 19, 2011
This is the error: Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message:
'E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf), E:Error occurred while processing libwpeditor-dev (NewFileVer1), E: Problem with MergeList /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic_universe _binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.'
View 1 Replies
View Related