DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 8th January 2017
billy_bazooka billy_bazooka is offline
Port Guard
 
Join Date: Sep 2016
Posts: 31
Default [solved] how to install nzbget on netbsd 7.0.2 from source

i'm trying to install nzbget.. i think it was in the pkgsrc way back but its not there anymore.. so i tried this:

(1) i downloaded the source from nzbget website
(2) then ./configure said "A compiler with support for C++14 language features is required."... so i installed gcc6 using "pkgin in gcc6"
(3) so then i tried "PATH=/usr/pkg/gcc6/bin:$PATH ./configure" and it said compiler is ok, but now i got "configure: error: "ncurses library not found""

(4) i have ncurses lib in /usr/pkg/include/ncurses, how to let ./configure know the location of ncurses lib?


Last edited by billy_bazooka; 8th January 2017 at 06:29 PM.
Reply With Quote
  #2   (View Single Post)  
Old 8th January 2017
darktrym's Avatar
darktrym darktrym is offline
standard-bearer
 
Join Date: Feb 2011
Location: Düsseldorf
Posts: 106
Default

The readme file say:
./configure with the following arguments:

--with-libcurses-includes=/usr/pkg/include
--with-libcurses-libraries=/usr/pkg/lib
__________________
NetBSD 8.99.25(AMD64)@Xiaomi Air 1.Gen

Last edited by darktrym; 8th January 2017 at 03:03 PM.
Reply With Quote
  #3   (View Single Post)  
Old 8th January 2017
billy_bazooka billy_bazooka is offline
Port Guard
 
Join Date: Sep 2016
Posts: 31
Default

thanks, i missed that...

it works now...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install a program from source code? Nureo OpenBSD Packages and Ports 9 17th September 2016 02:53 PM
Snort Install from Source no configuration Peter_APIIT OpenBSD Packages and Ports 2 18th August 2015 07:02 AM
NetBSD 4.0: your experiences with binary / source pkgs? anomie NetBSD Package System (pkgsrc) 10 23rd December 2008 08:12 PM
In search of: NetBSD and pkgsrc maintainer for open source projects mdh NetBSD Package System (pkgsrc) 0 16th October 2008 12:42 AM
WxLua - install (linux autopackage or source?) oleksus FreeBSD Ports and Packages 2 9th June 2008 12:30 PM


All times are GMT. The time now is 11:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick