![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
Beans: 29
|
Installing OpenVPN - Configuring and 'make' problems
I am installing OpenVPN onto my server running Ubuntu 6.06 (newly installed) which requires the following steps:
./configure make make install However, when I type the 'make' instruction I get the following in my terminal window: root@Server1:/home/Stuff/lzo-2.02# make make: *** No targets specified and no makefile found. Stop. root@Server1:/home/Stuff/lzo-2.02# cd /home/Stuff/openvpn-2.1_beta15/ What is the target? How do I specify a 'target' using a make command? Thanks |
|
|
|
|
|
#2 |
|
May the Ubuntu Be With You!
![]() |
Re: Installing OpenVPN - Configuring and 'make' problems
Do you have "build-essential" installed?
If not try: Code:
sudo apt-get install build-essential
__________________
UMUNTU NGUMUNTU NGABANTU (UBUNTU): A person is a person through other persons
1 UBUNTU (x86) @ Home, 1 UBUNTU (ppc) @ iBook Laptop, 2 UBUNTUs (x86) @ University |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
Beans: 29
|
Re: Installing OpenVPN - Configuring and 'make' problems
Thanks Najand
Problem is that I do not have my install CD available: Typing in the command: sudo apt-get install build-essential Password: Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: g++ g++-4.0 libstdc++6-4.0-dev Suggested packages: gcc-4.0-doc lib64stdc++6 libstdc++6-4.0-doc stl-manual The following NEW packages will be installed: build-essential g++ g++-4.0 libstdc++6-4.0-dev 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/3750kB of archives. After unpacking 14.3MB of additional disk space will be used. Do you want to continue [Y/n]? Y Media change: please insert the disc labeled 'Ubuntu-Server 6.06 _Dapper Drake_ - Release i386 (20060531)' in the drive '/cdrom/' and press enter Can I get the 'build-essential' from the net? Thanks |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
Beans: 29
|
Re: Installing OpenVPN - Configuring and 'make' problems
I have installed 'Build essential' however, my "Make" requires a target - can someone please give me some insight into this issue. Thanks
root@Server1:/home/michael/Michaels_Stuff/lzo-2.02# sudo apt-get install Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: g++ g++-4.0 libstdc++6-4.0-dev Suggested packages: gcc-4.0-doc lib64stdc++6 libstdc++6-4.0-doc stl-manual The following NEW packages will be installed: build-essential g++ g++-4.0 libstdc++6-4.0-dev 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/3750kB of archives. After unpacking 14.3MB of additional disk space will be used. Do you want to continue [Y/n]? y Selecting previously deselected package libstdc++6-4.0-dev. (Reading database ... 195236 files and directories currently installed.) Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.3-1ubuntu5_i386.deb) ... Selecting previously deselected package g++-4.0. Unpacking g++-4.0 (from .../g++-4.0_4.0.3-1ubuntu5_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4.0.3-1_i386.deb) ... Selecting previously deselected package build-essential. Unpacking build-essential (from .../build-essential_11.1_i386.deb) ... Setting up g++-4.0 (4.0.3-1ubuntu5) ... Setting up libstdc++6-4.0-dev (4.0.3-1ubuntu5) ... Setting up g++ (4.0.3-1) ... Setting up build-essential (11.1) ... root@Server1:/home/michael/Michaels_Stuff/lzo-2.02# make make: *** No targets specified and no makefile found. Stop. root@Server1:/home/michael/Michaels_Stuff/lzo-2.02# |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
Beans: 29
|
Re: Installing OpenVPN - Configuring and 'make' problems
Fixed - I found that I have to run all the commands in sequence. Not just the one that I got stuck on.
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
Re: Installing OpenVPN - Configuring and 'make' problems
Why are you compiling from source? Openvpn is in the repositories. Not sure which one, I'd already gone into Synaptic Settings|Repositories and unchecked CD, checked all others offered, but it's there somewhere.
|
|
|
|
|
|
#7 |
|
Chocolate-Covered Ubuntu Beans
![]() Join Date: Jun 2005
Location: London, England
Beans: 2,311
Kubuntu 7.10 Gutsy Gibbon
|
Re: Installing OpenVPN - Configuring and 'make' problems
|
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2006
Beans: 55
|
Re: Installing OpenVPN - Configuring and 'make' problems
Could someone provide step-by-step instructions for installing openvpn-2.1 on a fresh ubuntu install? Here is the download link: http://openvpn.net/download.html and I have to use version 2.1_beta16 and compile using lzo compression.
Last edited by josh34; October 15th, 2006 at 11:15 PM.. |
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() Join Date: Feb 2006
Beans: 67
Ubuntu 7.04 Feisty Fawn
|
Re: Installing OpenVPN - Configuring and 'make' problems
compiling from source gives greater control over options and its more configurable. plus once you can compile from source, you can install programs on any linux distro.
__________________
to error is human to forgive is not in the computers realm of ability |
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2005
Beans: 60
Ubuntu 6.06
|
Re: Installing OpenVPN - Configuring and 'make' problems
I'll tell you why I wouldn't install OpenVPN from Repos... The version in the Dapper Repos is 2.0.6, a known-buggy version of OpenVPN (configured by the release notes of 2.0.7). If they'd update this package in the Repos, I might consider using them. Otherwise, I'm forced to install from source on this one. Oh well.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|