16f73
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have downloaded compat6x-amd64-6.4.604000.200810.tar.bz2 from http://people.freebsd.org/~mnag/compat6x/ and want to install it manually.
I tried: Code:
pkg_add compat6x-amd64-6.4.604000.200810.tar.bz2 I did tried : Code:
pkg_add compat6x-amd64-6.4.604000.200810 as a trial, I tried putting it under /usr/ports/distfiles and executing command make install under the /usr/ports/misc/compat6x but it dint work. It would be helpful if one can suggest how can I install compat6x package from sysinstall utility through CD-DVD. Last edited by linuxunix; December 16th, 2010 at 13:08. |
|
#2
|
||||
|
||||
|
You downloaded a distfile (used by a port to build from source) not the package.
It probably didn't work to build from source because it was the wrong distfile.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
How should I go ahead?
All the issue I am facing is I am unable to get this compat6x related package from DVD. I dont have net access. I tried burning the compat6x and tried installing but as you said its distfiles. What is the correct package i need to download. Pls Suggest? |
|
#4
|
||||
|
||||
|
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
||||
|
||||
|
linuxunix, post in the correct forum, please. Questions about ports/packages belong (surprisingly) in the "Installation and Maintenance of FreeBSD Ports or Packages" forum.
Moved.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#6
|
|||
|
|||
|
SirDice,
I tried running: pkg_add <compat-amd*.tbz> and it waited for sometime without any error and displays that DONOT FORGET TO COMPILE IT FOR KERNEL CONFIGURATION(ENABLED BY DEFAULT). Do I need to do anything more after this step. Last edited by linuxunix; December 17th, 2010 at 07:59. |
|
#7
|
||||
|
||||
|
Read the message, it's pretty clear.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#8
|
|||
|
|||
|
Quote:
/usr/src/sys/<arch>/conf/GENERIC: Code:
[...] options COMPAT_FREEBSD6 # Compatible with FreeBSD6 [...]
__________________
May the source be with you! |
|
#9
|
|||
|
|||
|
Quote:
1. # cd /usr/ports2. # du | grep "software name you want to install" - if you don't know where the port is located, though the structure of ports is pretty logical when you start to be familiar with. The name you search should be as short as possible �e3. cd the location from p.2 4. # make installYou don't need to worry about anything else, unless you get "error"
|
|
#10
|
||||
|
||||
|
Quote:
Code:
cd /usr/ports make search key=<some search keyword> make search name=<portname>
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#11
|
|||
|
|||
|
Quote:
$ locate "port name" -- requires /usr/libexec/locate.updatedb (that I don't like very much)$ find . -name exec grep "port name" '{}' \; -print -- is too long and seems to be a bit slower, than du .. And "du" is always ON and does not requre additional port to install.. And again - it is only for beginning. Nowadays I rearly need to have something to search for because port tree is pretty logical and in 90% of the cases I know where to find the port I need. Last edited by DutchDaemon; December 24th, 2010 at 03:29. |
|
#12
|
||||
|
||||
|
whereis(1) often works for finding ports with a minimum of typing.
|
|
#13
|
||||
|
||||
|
Again: ports-mgmt/psearch. It's fine.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up network manually? I need of some help | Gogeden | Networking | 6 | May 24th, 2010 00:26 |
| [Solved] ezjail vs. manually jails | yueliu_32214 | General | 5 | March 18th, 2010 17:25 |
| Manually Merging Files | dave | Installing & Upgrading | 5 | December 3rd, 2009 19:26 |
| Installing FreeBSD Manually | iic2 | Howtos & FAQs (Moderated) | 3 | August 14th, 2009 02:27 |
| Assign irq manually | medisoft | Peripheral Hardware | 2 | June 3rd, 2009 18:41 |