DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 5th April 2011
jaax jaax is offline
Jaax
 
Join Date: Oct 2010
Posts: 4
Question Missing library

Hi all,

I have a server under OpenBSD 4.8 arch i386.

When i try to compile a port 'p5-HTTP-GHTTP-1.07p3', i have this error :

Code:
$ make lib-depends-check
===>  Checking files for p5-HTTP-GHTTP-1.07p3
`/usr/ports/distfiles/HTTP-GHTTP-1.07.tar.gz' is up to date.
>> (SHA256) HTTP-GHTTP-1.07.tar.gz: OK
===>  p5-HTTP-GHTTP-1.07p3 depends on: groff->=1.21 - found
===>  p5-HTTP-GHTTP-1.07p3 depends on: libghttp-* - found
===>  Verifying specs: ghttp>=1 perl ghttp>=1 perl
Missing library for ghttp>=1.>=0.0
Fatal error
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 1985 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 2297 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 1694 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 2265 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 2245 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/p5-HTTP-GHTTP (line 2055 of /usr/ports/infrastructure/mk/bsd.port.mk).
And, in the file Makefile :

Code:
$ cat Makefile
[...]
WANTLIB += ghttp>=1

LIB_DEPENDS=    www/libghttp
[...]
But, i have this library on my system and the version match :

Code:
$ ldconfig -r | grep libghttp                                                                                                                                                                                 
        61:-lghttp.1.0 => /usr/local/lib/libghttp.so.1.0

Thanks a lot
Jaax
Reply With Quote
  #2   (View Single Post)  
Old 5th April 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Hightlights mine:
Quote:
Originally Posted by jaax View Post
I have a server under OpenBSD 4.8 arch i386.

When i try to compile a port 'p5-HTTP-GHTTP-1.07p3', i have this error...
The version of this port for OpenBSD 4.8 -release or -stable is p5-HTTP-GHTTP-1.07p1. Therefore, you are using a ports tree that is out of sync with your OS.

See FAQ 15.4.1.
Reply With Quote
  #3   (View Single Post)  
Old 6th April 2011
jaax jaax is offline
Jaax
 
Join Date: Oct 2010
Posts: 4
Default

Hello jggimi,

Thanks for your answer.

The problem is solved. I updated the ports tree.

Thanks a lot
Jaax
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
installing hpijs package: library jpeg.63.0 not found wimwauters OpenBSD Packages and Ports 11 23rd June 2010 11:30 PM
Google releases RE2 Regular Expression Library for C++ J65nko News 0 13th March 2010 05:04 PM
JPEG library reports unrecoverable error: Calderon FreeBSD General 2 26th August 2009 03:07 PM
What include and shared library directories are searched by gcc kasse FreeBSD General 3 16th July 2008 08:44 PM
MySQL C library - segmentation fault on mysql_select_db() when using CC optimisation gor OpenBSD Packages and Ports 7 10th June 2008 11:42 PM


All times are GMT. The time now is 02:53 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