Re: Vim port problem

2009-04-20 Thread SAITOU Toshihide
In message: 1bd550a00904190201q38e947eeq3b152a0a75782...@mail.gmail.com
Fernando Apesteguía fernando.apesteg...@gmail.com writes:
 2009/4/19 Glen Barber glen.j.bar...@gmail.com:
  2009/4/19 Fernando Apesteguía fernando.apesteg...@gmail.com:
  Hi all,
 
  I have the latest version of the ports collection (gotten with
  portsnap). I performed a whole update of my system (FreeBSD
  7.1-RELEASE-p4 #12). Everything went fine save the vim port.
 
 
  An upgrade of the base system Should Not(Tm) affect installed ports
  under normal conditions.
 
  It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
  portupgrade tries to download from, exists:
  http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
  It was unable to download the file from any other sites. Several
  different errors (Move permanently, range request not satisfiable...)
 
 
  I am unfamiliar with automated port utilities.  What happens if you do
  the following?:
    cd /usr/ports/editors/vim; make deinstall distclean; make install clean
 
 It fetches all the files from the remote site without problems and it
 installs it.
 
 
  However, I downloaded that file from the first site using 'fetch',
  place the file in /usr/ports/distfiles/vim and I could install the
  package...
 
 
  Don't confuse ports and packages.  They are two different ways to
  install third-party software (until they are installed -- then
  everything is a package).
 
 Sorry, change package for port. What I wanted to say is: when
 installing the port, it couldn't download one of the needed files
 (vim-7.2.tar.bz2). After I did it by hand, it could install the port
 (compiling and all the stuff) because portupgrade found the file
 already downloaded in /usr/ports/distfiles/vim.

http://www.mail-archive.com/freebsd-users...@jp.freebsd.org/msg03072.html

According to the link, the ports system fetch the file with
-r (resume) option when the previous file transfer had
interrupted.

However the file entity is changed with the same file name
in that period causes the fetch program failed, so you
needed the cleaning out of the file or fetch by hand before
upgrade, I guess.

I hope the ports system can handle this situation.


SAITOU Toshihide
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Vim port problem

2009-04-19 Thread Fernando Apesteguía
Hi all,

I have the latest version of the ports collection (gotten with
portsnap). I performed a whole update of my system (FreeBSD
7.1-RELEASE-p4 #12). Everything went fine save the vim port.

It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
portupgrade tries to download from, exists:
http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
It was unable to download the file from any other sites. Several
different errors (Move permanently, range request not satisfiable...)

However, I downloaded that file from the first site using 'fetch',
place the file in /usr/ports/distfiles/vim and I could install the
package...

Any ideas on this problem?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Vim port problem

2009-04-19 Thread Glen Barber
2009/4/19 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi all,

 I have the latest version of the ports collection (gotten with
 portsnap). I performed a whole update of my system (FreeBSD
 7.1-RELEASE-p4 #12). Everything went fine save the vim port.


An upgrade of the base system Should Not(Tm) affect installed ports
under normal conditions.

 It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
 portupgrade tries to download from, exists:
 http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
 It was unable to download the file from any other sites. Several
 different errors (Move permanently, range request not satisfiable...)


I am unfamiliar with automated port utilities.  What happens if you do
the following?:
   cd /usr/ports/editors/vim; make deinstall distclean; make install clean

 However, I downloaded that file from the first site using 'fetch',
 place the file in /usr/ports/distfiles/vim and I could install the
 package...


Don't confuse ports and packages.  They are two different ways to
install third-party software (until they are installed -- then
everything is a package).

 Any ideas on this problem?

 Thanks in advance.


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Vim port problem

2009-04-19 Thread Fernando Apesteguía
2009/4/19 Glen Barber glen.j.bar...@gmail.com:
 2009/4/19 Fernando Apesteguía fernando.apesteg...@gmail.com:
 Hi all,

 I have the latest version of the ports collection (gotten with
 portsnap). I performed a whole update of my system (FreeBSD
 7.1-RELEASE-p4 #12). Everything went fine save the vim port.


 An upgrade of the base system Should Not(Tm) affect installed ports
 under normal conditions.

 It is unable to download vim-7.2.tar.bz2 despite the fact that the URL
 portupgrade tries to download from, exists:
 http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
 It was unable to download the file from any other sites. Several
 different errors (Move permanently, range request not satisfiable...)


 I am unfamiliar with automated port utilities.  What happens if you do
 the following?:
   cd /usr/ports/editors/vim; make deinstall distclean; make install clean

It fetches all the files from the remote site without problems and it
installs it.


 However, I downloaded that file from the first site using 'fetch',
 place the file in /usr/ports/distfiles/vim and I could install the
 package...


 Don't confuse ports and packages.  They are two different ways to
 install third-party software (until they are installed -- then
 everything is a package).

Sorry, change package for port. What I wanted to say is: when
installing the port, it couldn't download one of the needed files
(vim-7.2.tar.bz2). After I did it by hand, it could install the port
(compiling and all the stuff) because portupgrade found the file
already downloaded in /usr/ports/distfiles/vim.


 Any ideas on this problem?

 Thanks in advance.


 --
 Glen Barber

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wierd Port Problem

2009-01-26 Thread Mel
On Monday 26 January 2009 09:01:37 Jeffrey R. Hellem wrote:
 tried again today :P still no goran your command at the end.. hope it helps

 [r...@server /usr/ports/databases/php5-dba]# make
 ===  PHPizing for php5-dba-5.2.8
 ===   php5-dba-5.2.8 depends on file: /usr/local/bin/phpize - found
 ===   php5-dba-5.2.8 depends on file: /usr/local/bin/autoconf-2.62 - found
 Configuring for:
 PHP Api Version: 20041225
 Zend Module Api No:  20060613
 Zend Extension Api No:   220060519
 ===   php5-dba-5.2.8 depends on shared library: gdbm.3 - found
 ===   php5-dba-5.2.8 depends on shared library: db41.1 - found

snip useless autotools warnings

 ===  Configuring for php5-dba-5.2.8
 [r...@server /usr/ports/databases/php5-dba]# make install

I'm missing a build here. Can you instead of typing make install, type make 
build?
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wierd Port Problem

2009-01-25 Thread Mel
On Saturday 24 January 2009 16:37:08 Jeffrey R. Hellem wrote:

 [r...@server /usr/ports/databases/php5-dba]# make clean
 ===  Cleaning for php5-dba-5.2.8
 [r...@server /usr/ports/databases/php5-dba]#

 i tried make install

 [r...@server /usr/ports/databases/php5-dba]# make install
 install:

That's not supposed to happen. Can you provide:
ls -la `make -C /usr/ports/databases/php5-dba -V WRKDIR`
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Wierd Port Problem

2009-01-24 Thread Jeffrey R. Hellem
I aborted a make now it will not make php5-dba

[r...@server /usr/ports/databases/php5-dba]# make
===  PHPizing for php5-dba-5.2.8
cd: can't cd to /usr/ports/databases/php5-dba/work/php-5.2.8/ext/dba
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/databases/php5-dba.


the work directory doesn't exist

i cleared /var/db/ports

it still won't make
 anyone have suggestions?
i tried make clean

[r...@server /usr/ports/databases/php5-dba]# make clean
===  Cleaning for php5-dba-5.2.8
[r...@server /usr/ports/databases/php5-dba]#

i tried make install

[r...@server /usr/ports/databases/php5-dba]# make install
install: /usr/ports/databases/php5-dba/work/php-5.2.8/ext/dba/modules/dba.so:
No such file or directory
*** Error code 71
1 error
*** Error code 2

Stop in /usr/ports/databases/php5-dba.

i tried make

[r...@server /usr/ports/databases/php5-dba]# make
===  PHPizing for php5-dba-5.2.8
cd: can't cd to /usr/ports/databases/php5-dba/work/php-5.2.8/ext/dba
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/databases/php5-dba.

still nothing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Firefox3 port problem

2008-07-24 Thread Robby Balona

Hi Guys

I have been tring to port firefox3 on freebsd 7 for a week now. I keep 
coming up against this error


gmake:***[libgiofam.la] Error 1

I have done a portsnap update already. Please dont flame me for not 
looking on google for the error as I have not really worried about it 
until now, when I need firefox.


Just thought I would mention it ,


Thanks

Robby

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox3 port problem

2008-07-24 Thread Roland Smith
On Thu, Jul 24, 2008 at 03:53:08PM +0200, Robby Balona wrote:
 Hi Guys
 
 I have been tring to port firefox3 on freebsd 7 for a week now. I keep 
 coming up against this error

Why are you trying to port it? It is allready in ports: www/firefox3
 
 gmake:***[libgiofam.la] Error 1
 
 I have done a portsnap update already. 

Using portsnap is not enough; it just updates the ports tree. You also
need to update your installed ports.

 Please dont flame me for not looking on google for the error as I have
 not really worried about it until now, when I need firefox.

You need to update your installed ports. You're missing gio-fam-backend,
which is now needed by the gtk+ toolkit which is needed for firefox.

Use portmaster or portupgrade to upgrade all you installed ports.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp6SPTpBzX4V.pgp
Description: PGP signature


Re: Firefox3 port problem

2008-07-24 Thread Robby Balona

Thanks Roland

I have much to learn.

Regards

Robby



Roland Smith wrote:

On Thu, Jul 24, 2008 at 03:53:08PM +0200, Robby Balona wrote:
  

Hi Guys

I have been tring to port firefox3 on freebsd 7 for a week now. I keep 
coming up against this error



Why are you trying to port it? It is allready in ports: www/firefox3
 
  

gmake:***[libgiofam.la] Error 1

I have done a portsnap update already. 



Using portsnap is not enough; it just updates the ports tree. You also
need to update your installed ports.

  

Please dont flame me for not looking on google for the error as I have
not really worried about it until now, when I need firefox.



You need to update your installed ports. You're missing gio-fam-backend,
which is now needed by the gtk+ toolkit which is needed for firefox.

Use portmaster or portupgrade to upgrade all you installed ports.

Roland
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mysql port problem

2007-12-27 Thread Sdävtaker

Hello,
I'd installed the mysql51-server port (actual snapshot, FBSD6.2r)
After install I ran the create DBs scripts and tried to run a mysql 
client locally.

Tried to run the mysqld manually and got a Socket error.
/temp/mysql.sock is not
I found the log file didnt log anything, so i started looking at the 
/var/db/mysql files...
All files in /var/db/mysql were in wheel group and root owner, so I did 
chown -R mysql mysql

chgrp -R mysql mysql
After that it started working, im using it and can do all my work, but...
Is it safe to set all those files to mysql user and mysql group?
Why the port create those files with root and wheel if they cant be 
accessed. I found lots of people trying to find out why mysql says sock 
error after installation.
I tried install mysql50-server and it has the same behavior and changing 
owner and group it is solved too.


Can someone enlight me?
Im running it from rc.conf with mysql_enable=YES
Thanks!
Sdav


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


avr-libc port problem

2007-10-06 Thread Ivan Dimitrov

Dear list.

I found a problem with the port named avr-libc. The reason is ... there is one 
line of code in the Makefile with the following content:
BROKEN= Does not build
what can be the reason to checkin an intentionally broken makefile, and how can 
I use this port again?
thanks in advance
I.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: avr-libc port problem

2007-10-06 Thread Roland Smith
On Sat, Oct 06, 2007 at 07:43:23PM +0300, Ivan Dimitrov wrote:
 Dear list.
 
 I found a problem with the port named avr-libc. The reason is ... there is 
 one line of code in the Makefile with the following content:
 BROKEN= Does not build
 what can be the reason to checkin an intentionally broken makefile, 

It is a warning that building this port doesn't currently work. The
build cluster probably detected this, so it was marked broken. It's up
to the port maintainer or any other interested person to fix it.

 and how can I use this port again?

- read the FreeBSD Porter's Handbook
- remove the BROKEN line from the port's makefile
- try to build it and see where it breaks
- make it work again.
- submit a PR with the changes

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpRrOltTfzwY.pgp
Description: PGP signature


Re: avr-libc port problem

2007-10-06 Thread Mel
On Saturday 06 October 2007 18:43:23 Ivan Dimitrov wrote:

 I found a problem with the port named avr-libc. The reason is ... there is
 one line of code in the Makefile with the following content: BROKEN=   
  Does not build
 what can be the reason to checkin an intentionally broken makefile, and how
 can I use this port again? thanks in advance

This means the port does not build, but the MAINTAINER cannot figure out why / 
how to fix it / has no time to look into it / is waiting for patches from 
authors / ...

So, at present you cannot use this version.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail port problem

2006-03-21 Thread Efren Bravo
Hi,

I've sendmail running locally, I access it by
telnet to 25 port but from a remote pc I cann't
do it.

What params of config do I must to touch to allow
remote access to sendmail?

Thanks...

Efren Bravo.





__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail port problem

2006-03-21 Thread Kenyon Ralph
On 3/21/06, Efren Bravo [EMAIL PROTECTED] wrote:
 What params of config do I must to touch to allow
 remote access to sendmail?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sendmail.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


thunderbird port problem ?

2005-11-14 Thread Frank Bonnet

Hello

I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
problem which is when I click on an URL written in an email it does
not start firefox or any other www browser.
I thinks I miss something but ... what ???

Thanks a lot for any info

Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: thunderbird port problem ?

2005-11-14 Thread Mike Hernandez
On  Mon, Nov 14, 2005 at 04:01:52PM +0100, Frank Bonnet wrote:
 Hello
 
 I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
 problem which is when I click on an URL written in an email it does
 not start firefox or any other www browser.
 I thinks I miss something but ... what ???
 
 Thanks a lot for any info

You'll have to edit the prefs.js file IIRC, to set the url handler. Same goes 
for
if you want thunderbird to open when you click on mailto: links in firefox.
Google returns many results, some freebsd specific.

Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: thunderbird port problem ?

2005-11-14 Thread James Bailie

Frank Bonnet wrote:
 Hello

 I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
 problem which is when I click on an URL written in an email it does
 not start firefox or any other www browser.
 I thinks I miss something but ... what ???

The following web page describes the process of making FireFox launch
Thunderbird, and vice versa, under Linux.  The process is identical for
FreeBSD:

http://www.schwer.us/journal/2005/05/01/getting-firefox-and-thunderbird-to-play-nice-under-linux/

Note that one of the two shell scripts the author uses as wrappers, invokes
/bin/bash.  You must change that to /bin/sh.  The sh on FreeBSD can handle
the code in the file.

--
James Bailie [EMAIL PROTECTED]
http://www.jamesbailie.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


php5-extensions port problem.

2005-07-31 Thread Perttu Laine
I'm using FreeBSD 5.4-RELEASE-p3
I upgraded php to 5.0.4 but extensions are 5.0.3. Now I can't update
them. I try making port ports manually or portupgrade any of
extensions it gives this error message:

In file included from /usr/local/include/php/main/../main/php_config.h:2417,
 from /usr/local/include/php/Zend/zend_config.h:1,
 from /usr/local/include/php/Zend/zend.h:53,
 from /usr/local/include/php/main/php.h:34,
 from
/usr/ports/archivers/php5-bz2/work/php-5.0.4/ext/bz2/bz2.c:25:
/usr/local/include/php/ext/php_config.h:23:28: ext/zip/config.h: No
such file or directory
/usr/local/include/php/ext/php_config.h:24:29: ext/zlib/config.h: No
such file or directory
*** Error code 1

Stop in /usr/ports/archivers/php5-bz2/work/php-5.0.4/ext/bz2.
*** Error code 1

Stop in /usr/ports/archivers/php5-bz2.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade36707.0 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! archivers/php5-bz2 (php5-bz2-5.0.3_2) (missing header)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


-- 
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KPovModeler port problem: why no OpenGL?

2005-07-25 Thread Andrew Predoehl


On Mon, 25 Jul 2005 18:30:54 +0200
 Michael Nottebrock [EMAIL PROTECTED] wrote:

On Saturday, 23. July 2005 02:56, Andrew Predoehl wrote:

I found a problem when I recompiled the
graphics/kdegraphics3 port; the build and install were 
OK, but now when I run KPovModeler, it tells me, No

OpenGL support and does not show wireframes anymore.


 Does anyone know how to fix this?  Should I just give 
up and use a package?  Do I need to install Mesa?


You need to enable OpenGL/GLX support in X. How to do 
that depends on the graphics hardware (and X drivers)
you're using and is beyond the scope of this 
mailing-list ([EMAIL PROTECTED]).


You can check the current state of things with the 
'glxinfo' command: When you 
run it, it should *not* output any sort of 'Xlib: 
extension GLX missing on 
display :0.0' messages. 


Thanks, Michael.  I had made the mistake of assuming the 
problem was with the port configure or compile, and not my 
xorg.conf!  It works fine now.  As they say, If you know 
how to do it, it's easy.


AMP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SOLVED: KPovModeler port problem: why no OpenGL?

2005-07-24 Thread Andrew Predoehl



I found a problem when I recompiled the
graphics/kdegraphics3 port; the build and install were
OK, but now when I run KPovModeler, it tells me, No
OpenGL support and does not show wireframes anymore.

I'm running FreeBSD-5.4-RELEASE-p4, and recompiling
because I'm just doing an ordinary portupgrade on
kdegraphics3.

There was no problem during the configure step. Configure
found GL, GLU, GLX, but found them

checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for GL... yes

The only thing configure said I was missing was libsane,
which I don't even need because I don't have a scanner.

I'd really like to be able to use KPovModeler properly.
Does anyone know how to fix this? Should I just give up
and use a package? Do I need to install Mesa? It is not
listed as a dependency, and in fact when I tried to make
the graphics/mesagl port it says this:

landru# cd /usr/ports/graphics/mesagl/
landru# make configure
=== Mesa-5.0.1_3 is unnecessary because libGL and libGLU
come with XFree86 4.0 and higher.

I have libglut-6.0.1 and xorg 6.8.2 already installed,
along with the all the rest of KDE 3.4.1.

Thanks,

Andrew Predoehl


Uncomment Load glx and Load dri in /etc/X11/xorg.conf, and restart X.
That may help you.

# This loads the GLX module
   Load glx
# This loads the DRI module
   Load dri

Jonathan


Thanks Jonathan, that solved it!  I didn't have either 
module loaded.


For the record, just plain Load glx alone was enough
to solve the problem.  I had removed both of these Load
commands when I upgraded from XFree86 to Xorg, and
I thought maybe I didn't need them anymore, since the
example xorg.conf file
/usr/X11R6/lib/X11/xorg.conf.eg does not indicate loading
these modules.  Then, I forgot that I'd removed them...

Thanks again!
AMP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KPovModeler port problem: why no OpenGL?

2005-07-23 Thread Jonathan Glaschke
Hello,

On Fri, Jul 22, 2005 at 06:56:31PM -0600, Andrew Predoehl wrote:
 
 I found a problem when I recompiled the 
 graphics/kdegraphics3 port; the build and install were OK, 
 but now when I run KPovModeler, it tells me, No OpenGL 
 support and does not show wireframes anymore.
 
 I'm running FreeBSD-5.4-RELEASE-p4, and recompiling 
 because I'm just doing an ordinary portupgrade on 
 kdegraphics3.
 
 There was no problem during the configure step.  Configure 
 found GL, GLU, GLX, but found them
 
 checking GL/gl.h usability... yes
 checking GL/gl.h presence... yes
 checking for GL/gl.h... yes
 checking GL/glu.h usability... yes
 checking GL/glu.h presence... yes
 checking for GL/glu.h... yes
 checking GL/glx.h usability... yes
 checking GL/glx.h presence... yes
 checking for GL/glx.h... yes
 checking for GL... yes
 
 The only thing configure said I was missing was libsane, 
 which I don't even need because I don't have a scanner.
 
 I'd really like to be able to use KPovModeler properly. 
 Does anyone know how to fix this?  Should I just give up 
 and use a package?  Do I need to install Mesa?  It is not 
 listed as a dependency, and in fact when I tried to make 
 the graphics/mesagl port it says this:
 
 landru# cd /usr/ports/graphics/mesagl/
 landru# make configure
 ===  Mesa-5.0.1_3 is unnecessary because libGL and libGLU 
 come with XFree86 4.0 and higher.
 
 I have libglut-6.0.1 and xorg 6.8.2 already installed, 
 along with the all the rest of KDE 3.4.1.
 
 Thanks,
 
 Andrew Predoehl
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Uncomment Load glx and Load dri in /etc/X11/xorg.conf, and restart X.
That may help you.

# This loads the GLX module
Load   glx
# This loads the DRI module
Load   dri

Jonathan
-- 
 | /\   ASCII Ribbon   | Jonathan Glaschke - Lorenz-Görtz-Straße 71,
 | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876
 |  XHTML In Mail   | Mobil: 0162-3390789, ICQ: 231021883
 | / \ And News | http://jonathan-glaschke.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KPovModeler port problem: why no OpenGL?

2005-07-22 Thread Andrew Predoehl


I found a problem when I recompiled the 
graphics/kdegraphics3 port; the build and install were OK, 
but now when I run KPovModeler, it tells me, No OpenGL 
support and does not show wireframes anymore.


I'm running FreeBSD-5.4-RELEASE-p4, and recompiling 
because I'm just doing an ordinary portupgrade on 
kdegraphics3.


There was no problem during the configure step.  Configure 
found GL, GLU, GLX, but found them


checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for GL... yes

The only thing configure said I was missing was libsane, 
which I don't even need because I don't have a scanner.


I'd really like to be able to use KPovModeler properly. 
Does anyone know how to fix this?  Should I just give up 
and use a package?  Do I need to install Mesa?  It is not 
listed as a dependency, and in fact when I tried to make 
the graphics/mesagl port it says this:


landru# cd /usr/ports/graphics/mesagl/
landru# make configure
===  Mesa-5.0.1_3 is unnecessary because libGL and libGLU 
come with XFree86 4.0 and higher.


I have libglut-6.0.1 and xorg 6.8.2 already installed, 
along with the all the rest of KDE 3.4.1.


Thanks,

Andrew Predoehl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Can't access to gmail (maybe a port problem with ipfw)

2005-07-18 Thread Norbert Koch
 Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4).
 I'm usinf IPFW. The question is I can acces if I set ipfw to accept
 all from any to any, so I know there's a port that should be opened to
 access the main page of gmail. When the firewall is up (allowing only
 traffic through ports 21, 80 and above 1024) I can't even acces gmail
 main page (mozilla simply ignores the address I give it)

Post your firewall configuration. You should at least have a rule
to allow any tcp from your box to the world.
Here is an fragment from my home computer's firewall rules:

  ...
  pass tcp from any to any established  # allow established tcp connections
  pass ip from any to any frag  # allow fragmented segments
  pass tcp from me to any setup # allow me to setup tcp connections
  pass udp from me to any keep-state# allow me to setup udp-connections
  ...

This alone won't work, if you want your box to forward traffic
from other hosts in your local net.

Norbert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't access to gmail (maybe a port problem with ipfw)

2005-07-18 Thread John Oxley
On Sun, Jul 17, 2005 at 12:47:47PM +0200, Emil Khatib wrote:
 Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4).
 I'm usinf IPFW. The question is I can acces if I set ipfw to accept
 all from any to any, so I know there's a port that should be opened to
 access the main page of gmail. When the firewall is up (allowing only
 traffic through ports 21, 80 and above 1024) I can't even acces gmail
 main page (mozilla simply ignores the address I give it)

You authenticate to gmail over port 443 (https).  Open this up.  Also
add a rule to allow all established incoming connections, although
you've probably done this if you can browse other sites.

Regards,

-John


smime.p7s
Description: S/MIME cryptographic signature


Can't access to gmail (maybe a port problem with ipfw)

2005-07-17 Thread Emil Khatib
Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4).
I'm usinf IPFW. The question is I can acces if I set ipfw to accept
all from any to any, so I know there's a port that should be opened to
access the main page of gmail. When the firewall is up (allowing only
traffic through ports 21, 80 and above 1024) I can't even acces gmail
main page (mozilla simply ignores the address I give it)

Thanks in advance for any help
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't access to gmail (maybe a port problem with ipfw)

2005-07-17 Thread Robert Slade
On Sun, 2005-07-17 at 10:47, Emil Khatib wrote:
 Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4).
 I'm usinf IPFW. The question is I can acces if I set ipfw to accept
 all from any to any, so I know there's a port that should be opened to
 access the main page of gmail. When the firewall is up (allowing only
 traffic through ports 21, 80 and above 1024) I can't even acces gmail
 main page (mozilla simply ignores the address I give it)
 
 Thanks in advance for any help
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Emil,

I don't know gmail, but if it is using https that is port 443 so you may
need to open up that too.

Rob

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Port Problem

2005-02-23 Thread Doug Hardie
I seem to have done something to a port that is causing a problem.  The 
port is dspam and I first did a make on it.  Up cam this nice 
configuration option window (similar to sysinstall) where I select what 
turns out to be incompatable options.   However, that wasn't obvious at 
the time.  The patching and configuration completed successfully.  All 
the various required ports installed properly.  However, the make of 
dspam failed because of the incompatable options.  The error message 
made it all obvious.  However, I can't find a way to go back to that 
configuration option window to correct the problem.

Make just takes me back to the compile error.  Removing the work 
directory and the tar file results in a new download and then a silent 
return to the same problem.  Make clean does essentially the same 
thing.  The configuration options are being stored somewhere and I 
suspect I need to delete them, but where?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Port Problem

2005-02-23 Thread Michael C. Shultz
On Wednesday 23 February 2005 09:35 pm, Doug Hardie wrote:
 I seem to have done something to a port that is causing a problem. 
 The port is dspam and I first did a make on it.  Up cam this nice
 configuration option window (similar to sysinstall) where I select
 what turns out to be incompatable options.   However, that wasn't
 obvious at the time.  The patching and configuration completed
 successfully.  All the various required ports installed properly. 
 However, the make of dspam failed because of the incompatable
 options.  The error message made it all obvious.  However, I can't
 find a way to go back to that configuration option window to correct
 the problem.

 Make just takes me back to the compile error.  Removing the work
 directory and the tar file results in a new download and then a
 silent return to the same problem.  Make clean does essentially the
 same thing.  The configuration options are being stored somewhere and
 I suspect I need to delete them, but where?


run make rmconfig in the port's directory.

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


teTeX port problem

2004-10-28 Thread Steven Friedrich
I cvsup'ed my ports yesterday and today, and teTeX won't build.

Any hints?



% portupgrade teTeX
---  Upgrading 'teTeX-2.0.2_5' to 'teTeX-2.0.2_6' (print/teTeX)
---  Building '/usr/ports/print/teTeX'
===  Cleaning for libiconv-1.9.2_1
===  Cleaning for gettext-0.13.1_1
===  Cleaning for gmake-3.80_2
===  Cleaning for imake-4.4.0
===  Cleaning for libtool-1.3.5_2
===  Cleaning for libtool-1.5.10
===  Cleaning for pkgconfig-0.15.0_1
===  Cleaning for t1lib-5.0.1,1
===  Cleaning for png-1.2.7
===  Cleaning for perl-5.8.5
===  Cleaning for dvipsk-tetex-5.92b_1
===  Cleaning for freetype2-2.1.7_3
===  Cleaning for teTeX-base-2.0.2_2
===  Cleaning for teTeX-latex2e-1.0.20031201
===  Cleaning for teTeX-texmf-2.0.2_1
===  Cleaning for tex-texmflocal-1.5
===  Cleaning for xdvik-tetex-22.78_2
===  Cleaning for expat-1.95.8
===  Cleaning for libwww-5.4.0_1
===  Cleaning for fontconfig-2.2.3,1
===  Cleaning for XFree86-libraries-4.4.0_1
===  Cleaning for teTeX-2.0.2_6
===  Vulnerability check disabled, database not found
===  Found saved configuration for teTeX-2.0.2_5
===  Extracting for teTeX-2.0.2_6
===  Patching for teTeX-2.0.2_6
===  Configuring for teTeX-2.0.2_6
/usr/bin/sed -e s!%%TETEX_MODESW%%!/usr/local/bin/tetex-modesw!g -e 
s!%%MODE%%!tetex-letter!g   /usr/ports/print/teTeX/files/pkg-install.in 
 /usr/ports/print/teTeX/work/pkg-install.sh
/bin/chmod 0755 /usr/ports/print/teTeX/work/pkg-install.sh
===  Building for teTeX-2.0.2_6
---  Backing up the old version
---  Uninstalling the old version
---  Deinstalling 'teTeX-2.0.2_5'
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 272 packages 
found (-1 +0) (...) done]
---  Installing the new version via the port
===  Installing for teTeX-2.0.2_6
===   teTeX-2.0.2_6 depends on file: /usr/local/bin/tetex-modesw - found
===   teTeX-2.0.2_6 depends on file: /usr/local/share/texmf/LICENSE.texmf - 
found
===   teTeX-2.0.2_6 depends on executable: latex - found
===   teTeX-2.0.2_6 depends on 
file: /usr/local/share/texmf-local/tex/latex/base/latex.ltx - not found
===Verifying reinstall 
for /usr/local/share/texmf-local/tex/latex/base/latex.ltx 
in /usr/ports/print/teTeX-latex2e
===  Vulnerability check disabled, database not found
===  Extracting for teTeX-latex2e-1.0.20031201
 Checksum OK for teTeX/base.tar.gz.
===  Patching for teTeX-latex2e-1.0.20031201
===   teTeX-latex2e-1.0.20031201 depends on executable: tex - found
===  Configuring for teTeX-latex2e-1.0.20031201
===  Building for teTeX-latex2e-1.0.20031201
/usr/local/bin/tex -ini unpack.ins
This is TeX, Version 3.14159 (Web2C 7.4.5) (INITEX)
(./unpack.ins (./ltdirchk.dtx
** Using the existing texsys.cfg
(/usr/local/share/texmf/tex/latex/config/texsys.cfg)
./texsys.aux found


[EMAIL PROTECTED] set to: ./.

) (./docstrip.dtx
Utility: `docstrip' 2.5c 2003/09/18
English documentation1999/03/31

**
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**


* No Configuration file found, using default settings. *


) (./ltvers.dtx)
**
*
* Welcome to the Installation routine of
*
* LaTeX2e 2003/12/01
*
* Depending on your machine the installation
* might take a long time --- this is the
* price for being able to run on all platforms.
* So please be patient :-)
*
**


(./format.ins

Generating 
file(s) ./latex.ltx ./tracefnt.sty ./flafter.sty ./fleqn.clo ./leqno
.clo

Processing file ltdirchk.dtx (initex,2ekernel,dircheck) - latex.ltx
Lines  processed: 911
Comments removed: 670
Comments  passed: 1
Codelines passed: 219


Processing file ltplain.dtx (2ekernel) - latex.ltx
Lines  processed: 1112
Comments removed: 826
Comments  passed: 17
Codelines passed: 251


Processing file ltvers.dtx (2ekernel) - latex.ltx
File ltvers.dtx ended by \endinput.
Lines  processed: 145
Comments removed: 90
Comments  passed: 1
Codelines passed: 48


Processing file ltdefns.dtx (2ekernel) - latex.ltx
Lines  processed: 1455
Comments removed: 1140
Comments  passed: 1
Codelines passed: 301


Processing file ltalloc.dtx (2ekernel) - latex.ltx
File ltalloc.dtx ended by \endinput.
Lines  processed: 175
Comments removed: 136
Comments  passed: 1
Codelines passed: 34


Processing file ltcntrl.dtx (2ekernel) - latex.ltx
File ltcntrl.dtx ended by \endinput.
Lines  processed: 322
Comments removed: 263
Comments  passed: 1
Codelines passed: 54


Processing file lterror.dtx (2ekernel) - latex.ltx
File lterror.dtx ended by \endinput.
Lines  processed: 820
Comments removed: 519
Comments  passed: 1
Codelines passed: 222


Processing file ltpar.dtx (2ekernel) - latex.ltx
File ltpar.dtx ended by \endinput.
Lines  processed: 194
Comments removed: 166
Comments  

Re: teTeX port problem

2004-10-28 Thread Steven Friedrich
On Thursday 28 October 2004 12:35 pm, Steven Friedrich wrote:
 I cvsup'ed my ports yesterday and today, and teTeX won't build.

 Any hints?



 % portupgrade teTeX
 ---  Upgrading 'teTeX-2.0.2_5' to 'teTeX-2.0.2_6' (print/teTeX)
 ---  Building '/usr/ports/print/teTeX'
 ===  Cleaning for libiconv-1.9.2_1
 ===  Cleaning for gettext-0.13.1_1
 ===  Cleaning for gmake-3.80_2
 ===  Cleaning for imake-4.4.0
 ===  Cleaning for libtool-1.3.5_2
 ===  Cleaning for libtool-1.5.10
 ===  Cleaning for pkgconfig-0.15.0_1
 ===  Cleaning for t1lib-5.0.1,1
 ===  Cleaning for png-1.2.7
 ===  Cleaning for perl-5.8.5
 ===  Cleaning for dvipsk-tetex-5.92b_1
 ===  Cleaning for freetype2-2.1.7_3
 ===  Cleaning for teTeX-base-2.0.2_2
 ===  Cleaning for teTeX-latex2e-1.0.20031201
 ===  Cleaning for teTeX-texmf-2.0.2_1
 ===  Cleaning for tex-texmflocal-1.5
 ===  Cleaning for xdvik-tetex-22.78_2
 ===  Cleaning for expat-1.95.8
 ===  Cleaning for libwww-5.4.0_1
 ===  Cleaning for fontconfig-2.2.3,1
 ===  Cleaning for XFree86-libraries-4.4.0_1
 ===  Cleaning for teTeX-2.0.2_6
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for teTeX-2.0.2_5
 ===  Extracting for teTeX-2.0.2_6
 ===  Patching for teTeX-2.0.2_6
 ===  Configuring for teTeX-2.0.2_6
 /usr/bin/sed -e s!%%TETEX_MODESW%%!/usr/local/bin/tetex-modesw!g -e
 s!%%MODE%%!tetex-letter!g   /usr/ports/print/teTeX/files/pkg-install.in

  /usr/ports/print/teTeX/work/pkg-install.sh

 /bin/chmod 0755 /usr/ports/print/teTeX/work/pkg-install.sh
 ===  Building for teTeX-2.0.2_6
 ---  Backing up the old version
 ---  Uninstalling the old version
 ---  Deinstalling 'teTeX-2.0.2_5'
 [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 272 packages
 found (-1 +0) (...) done]
 ---  Installing the new version via the port
 ===  Installing for teTeX-2.0.2_6
 ===   teTeX-2.0.2_6 depends on file: /usr/local/bin/tetex-modesw - found
 ===   teTeX-2.0.2_6 depends on file: /usr/local/share/texmf/LICENSE.texmf
 - found
 ===   teTeX-2.0.2_6 depends on executable: latex - found
 ===   teTeX-2.0.2_6 depends on
 file: /usr/local/share/texmf-local/tex/latex/base/latex.ltx - not found
 ===Verifying reinstall
 for /usr/local/share/texmf-local/tex/latex/base/latex.ltx
 in /usr/ports/print/teTeX-latex2e
 ===  Vulnerability check disabled, database not found
 ===  Extracting for teTeX-latex2e-1.0.20031201

  Checksum OK for teTeX/base.tar.gz.

 ===  Patching for teTeX-latex2e-1.0.20031201
 ===   teTeX-latex2e-1.0.20031201 depends on executable: tex - found
 ===  Configuring for teTeX-latex2e-1.0.20031201
 ===  Building for teTeX-latex2e-1.0.20031201
 /usr/local/bin/tex -ini unpack.ins
 This is TeX, Version 3.14159 (Web2C 7.4.5) (INITEX)
 (./unpack.ins (./ltdirchk.dtx
 ** Using the existing texsys.cfg
 (/usr/local/share/texmf/tex/latex/config/texsys.cfg)
 ./texsys.aux found


 [EMAIL PROTECTED] set to: ./.

 ) (./docstrip.dtx
 Utility: `docstrip' 2.5c 2003/09/18
 English documentation1999/03/31

 **
 * This program converts documented macro-files into fast *
 * loadable files by stripping off (nearly) all comments! *
 **

 
 * No Configuration file found, using default settings. *
 

 ) (./ltvers.dtx)
 **
 *
 * Welcome to the Installation routine of
 *
 * LaTeX2e 2003/12/01
 *
 * Depending on your machine the installation
 * might take a long time --- this is the
 * price for being able to run on all platforms.
 * So please be patient :-)
 *
 **


 (./format.ins

 Generating
 file(s) ./latex.ltx ./tracefnt.sty ./flafter.sty ./fleqn.clo ./leqno
 .clo

 Processing file ltdirchk.dtx (initex,2ekernel,dircheck) - latex.ltx
 Lines  processed: 911
 Comments removed: 670
 Comments  passed: 1
 Codelines passed: 219


 Processing file ltplain.dtx (2ekernel) - latex.ltx
 Lines  processed: 1112
 Comments removed: 826
 Comments  passed: 17
 Codelines passed: 251


 Processing file ltvers.dtx (2ekernel) - latex.ltx
 File ltvers.dtx ended by \endinput.
 Lines  processed: 145
 Comments removed: 90
 Comments  passed: 1
 Codelines passed: 48


 Processing file ltdefns.dtx (2ekernel) - latex.ltx
 Lines  processed: 1455
 Comments removed: 1140
 Comments  passed: 1
 Codelines passed: 301


 Processing file ltalloc.dtx (2ekernel) - latex.ltx
 File ltalloc.dtx ended by \endinput.
 Lines  processed: 175
 Comments removed: 136
 Comments  passed: 1
 Codelines passed: 34


 Processing file ltcntrl.dtx (2ekernel) - latex.ltx
 File ltcntrl.dtx ended by \endinput.
 Lines  processed: 322
 Comments removed: 263
 Comments  passed: 1
 Codelines passed: 54


 Processing file lterror.dtx (2ekernel) - latex.ltx
 File lterror.dtx ended by \endinput.
 Lines  processed: 820
 Comments removed: 519

Re: teTeX port problem

2004-10-28 Thread Kris Kennaway
On Thu, Oct 28, 2004 at 12:35:42PM -0400, Steven Friedrich wrote:
 I cvsup'ed my ports yesterday and today, and teTeX won't build.
 
 Any hints?

Talk to the port maintainer, that's what they're there for :)

Kris


pgpQdLgb7w4hh.pgp
Description: PGP signature


Re: teTeX port problem

2004-10-28 Thread Fernando Gleiser
On Thu, 28 Oct 2004, Steven Friedrich wrote:

[32K of previous message trimmed]

 I failed to mention that I'm running STABLE.

You failed to trim your post too. PLEASE trim your posts.
Sending a 32k messaje just to add a single line at the very bottom of
it is plain bad manners and bad nettiquette.



Fer
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem in AMD 64

2004-10-15 Thread ann kok
Hi David

Thank you for your mail

1/ I succeed to install cvsup-without-gui by port
but failed to run it!
/libexec/ld-elf.so.1: Shared object libm.so.3 not
found

2/ I tried to install package, but can't get this
cvsup package!


ann# cd cvsup-without-gui/
ann# make install clean
===  Vulnerability check disabled
 cvsup-without-gui.amd64.tar.bz2 doesn't seem to
exist in /usr/ports/distfiles/.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/obrien/.
Receiving cvsup-without-gui.amd64.tar.bz2 (335735
bytes): 100%
335735 bytes transferred in 0.8 seconds (424.93 kBps)
===  Extracting for cvsup-without-gui-16.1h
 Checksum OK for cvsup-without-gui.amd64.tar.bz2.
===  Patching for cvsup-without-gui-16.1h
===  Configuring for cvsup-without-gui-16.1h
===  Installing for cvsup-without-gui-16.1h
===   Generating temporary packing list
===  Checking if net/cvsup-without-gui already
installed
install  -s -o root -g wheel -m 555
/usr/ports/net/cvsup-without-gui/work/cvsup-without-gui.amd64
/usr/local/bin/cvsup
cd /usr/local ;  /usr/sbin/chown root:wheel bin/cvsup
sbin/cvsupd bin/cvpasswd ;  /bin/chmod 555 bin/cvsup
sbin/cvsupd bin/cvpasswd
===   Registering installation for
cvsup-without-gui-16.1h
=== SECURITY REPORT: 
  This port has installed the following files
which may act as network
  servers and may therefore pose a remote security
risk to the system.
/usr/local/bin/cvsup

  If there are vulnerabilities in these programs
there may be a security
  risk to the system. FreeBSD makes no guarantee
about the security of
  ports included in the Ports Collection. Please
type 'make deinstall'
  to deinstall the port if this is a concern.

  For more information, and contact details about
the security
  status of this software, see the following
webpage: 
http://www.cvsup.org/
===  Cleaning for cvsup-without-gui-16.1h




ann# /usr/local/bin/cvsup -g -L 2
/usr/share/examples/cvsup/ports-supfile
/libexec/ld-elf.so.1: Shared object libm.so.3 not
found

 



--- David Syphers [EMAIL PROTECTED] wrote:

 On Tuesday 07 September 2004 07:18 pm, ann kok
 wrote:
  Hi all
 
  I can't install cvsup-without-gui and said it
  doesn't support amd64
 
  How can I upgrade the /usr/ports without cvsup?
 
 First of all, you posted this question earlier
 today. Do not send multiple 
 copies of the same message to the list, certainly
 not within a few hours of 
 each other.
 
 Secondly, cvsup will currently build on AMD64
 because it was fixed for this 
 platform a couple months ago. You apparently have an
 older ports collection 
 than this. You then have two options: 1. install
 cvsup as a package rather 
 than a port, 2. download the tarball with the entire
 ports collection 

(ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz),
 delete your 
 current /usr/ports, and untar this file to make a
 new ports directory.
 
 -David
 
 -- 
 +++ Divide By Cucumber Error. Please
 Reinstall Universe And Reboot. +++
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem in AMD 64

2004-10-15 Thread nbco
On Friday 15 October 2004 16:32, ann kok wrote:
 1/ I succeed to install cvsup-without-gui by port
 but failed to run it!
 /libexec/ld-elf.so.1: Shared object libm.so.3 not
 found

Hi there,
You don't say what version of freeBSD you are running. 

This sounds like a library problem see: 
http://lists.freebsd.org/pipermail/freebsd-current/2004-October/040013.html
.nbco
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem in AMD 64

2004-10-15 Thread ann kok
I am using the 5.2.1-RELEASE

When I tried to install net-snmp
and failed also!

Do you have any idea?

Thank you

/usr/bin/ld:
/usr/local/lib/perl5/5.6.1/mach/CORE/libperl.a(perl.o):
relocation R_X86_64_32S can not be used when making a
shared object; recompile with -fPIC
/usr/local/lib/perl5/5.6.1/mach/CORE/libperl.a: could
not read symbols: Bad value
*** Error code 1

Stop in
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.1.2/perl/agent.
*** Error code 1

Stop in
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.1.2/perl.
*** Error code 1

Stop in
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.1.2.
*** Error code 1

Stop in /usr/ports/net-mgmt/net-snmp.



--- nbco [EMAIL PROTECTED] wrote:

 On Friday 15 October 2004 16:32, ann kok wrote:
  1/ I succeed to install cvsup-without-gui by port
  but failed to run it!
  /libexec/ld-elf.so.1: Shared object libm.so.3
 not
  found
 
 Hi there,
 You don't say what version of freeBSD you are
 running. 
 
 This sounds like a library problem see: 

http://lists.freebsd.org/pipermail/freebsd-current/2004-October/040013.html
 .nbco
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem in AMD 64

2004-10-15 Thread Kris Kennaway
On Fri, Oct 15, 2004 at 10:27:38AM -0700, ann kok wrote:
 I am using the 5.2.1-RELEASE
 
 When I tried to install net-snmp
 and failed also!
 
 Do you have any idea?

Try rebuilding your perl 5.6 installation.  It looks like it's missing a fix for amd64.

Kris

pgp4dFnlNMhCy.pgp
Description: PGP signature


Re: port problem in AMD 64

2004-10-15 Thread Kris Kennaway
On Fri, Oct 15, 2004 at 06:16:37PM +0100, nbco wrote:
 On Friday 15 October 2004 16:32, ann kok wrote:
  1/ I succeed to install cvsup-without-gui by port
  but failed to run it!
  /libexec/ld-elf.so.1: Shared object libm.so.3 not
  found
 
 Hi there,
 You don't say what version of freeBSD you are running. 
 
 This sounds like a library problem see: 
 http://lists.freebsd.org/pipermail/freebsd-current/2004-October/040013.html
 .nbco

You'll have to use an older version of the amd64 cvsup package on
5.2.1 since the current one is linked against libraries that are only
present in 5.3.

kris



pgpqgzSbvoJRk.pgp
Description: PGP signature


Re: port problem in AMD 64

2004-10-15 Thread ann kok
Dear all

How can we get the old version of cvsup?

and 

how can we rebuild the perl?
ls it /usr/ports/net/perl? 

Thank you again


--- Kris Kennaway [EMAIL PROTECTED] wrote:

 On Fri, Oct 15, 2004 at 06:16:37PM +0100, nbco
 wrote:
  On Friday 15 October 2004 16:32, ann kok wrote:
   1/ I succeed to install cvsup-without-gui by
 port
   but failed to run it!
   /libexec/ld-elf.so.1: Shared object libm.so.3
 not
   found
  
  Hi there,
  You don't say what version of freeBSD you are
 running. 
  
  This sounds like a library problem see: 
 

http://lists.freebsd.org/pipermail/freebsd-current/2004-October/040013.html
  .nbco
 
 You'll have to use an older version of the amd64
 cvsup package on
 5.2.1 since the current one is linked against
 libraries that are only
 present in 5.3.
 
 kris
 
 

 ATTACHMENT part 2 application/pgp-signature 





___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


port problem in AMD 64

2004-09-07 Thread ann kok
Hi all
 
I can't install cvsup-without-gui and said it
doesn't support amd64

How can I upgrade the /usr/ports without cvsup?

Thank you

make install clean
===  cvsup-without-gui-16.1h is only for alpha i386
sparc64, and you are running amd64.
 
 



___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem in AMD 64

2004-09-07 Thread David Syphers
On Tuesday 07 September 2004 07:18 pm, ann kok wrote:
 Hi all

 I can't install cvsup-without-gui and said it
 doesn't support amd64

 How can I upgrade the /usr/ports without cvsup?

First of all, you posted this question earlier today. Do not send multiple 
copies of the same message to the list, certainly not within a few hours of 
each other.

Secondly, cvsup will currently build on AMD64 because it was fixed for this 
platform a couple months ago. You apparently have an older ports collection 
than this. You then have two options: 1. install cvsup as a package rather 
than a port, 2. download the tarball with the entire ports collection 
(ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz), delete your 
current /usr/ports, and untar this file to make a new ports directory.

-David

-- 
+++ Divide By Cucumber Error. Please
Reinstall Universe And Reboot. +++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


port problem with asterisk

2004-06-02 Thread Thomas May
Can someone help me ?

 

asterisk# make install

===   asterisk-0.9.0 depends on file: /usr/local/lib/mysql/libmysqlclient.a
- found

===   asterisk-0.9.0 depends on file: /nonexistent - not found

===Verifying build for /nonexistent in /usr/ports/devel/pwlib

===  pwlib-1.5.0_4 is forbidden:
http://people.freebsd.org/~eik/portaudit/27c331d5-64c7-11d8-80e3-0020ed76ef5
a.html.

*** Error code 1

 

Stop in /usr/ports/devel/pwlib.

*** Error code 1

 

Stop in /usr/ports/net/asterisk.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.689 / Virus Database: 450 - Release Date: 21.05.2004
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port problem with asterisk

2004-06-02 Thread Kris Kennaway
On Wed, Jun 02, 2004 at 03:28:15PM +0200, Thomas May wrote:
 Can someone help me ?

Did you read that URL?  The software has a security vulnerability.
Talk to the software developers about its status.

Kris


pgpOsDoJ3FWmF.pgp
Description: PGP signature


Re: port problem with asterisk

2004-06-02 Thread Bill Moran
On Wed, 2 Jun 2004 15:28:15 +0200
Thomas May [EMAIL PROTECTED] wrote:

 Can someone help me ?
 
 asterisk# make install
 
 ===   asterisk-0.9.0 depends on file: /usr/local/lib/mysql/libmysqlclient.a
 - found
 
 ===   asterisk-0.9.0 depends on file: /nonexistent - not found
 
 ===Verifying build for /nonexistent in /usr/ports/devel/pwlib
 
 ===  pwlib-1.5.0_4 is forbidden:
 http://people.freebsd.org/~eik/portaudit/27c331d5-64c7-11d8-80e3-0020ed76ef5
 a.html.

 ^^^

Read the URL provided in the failure, then do the following:

1) Contact the developer of the software and complain that this hasn't been
   fixed yet.  Since pwlib is OSS, offer to help.
2) Decide (based on the information in that report) whether you're willing to
   accept the security risk that comes with the software.  If you are, edit
   the Makefile to comment out the FORBIDDEN= line and rerun make.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


XFree86-Clients port problem

2004-03-20 Thread Matt Navarre
I was trying to upgrade some stuff via portupgrade and  the build of 
XFree86-Clients failed looking for -lXfont, here's the error from make:

 cc -o bdftopcf -O -pipe -ansi -Dasm=__asm  -Wall -Wpointer-arith -Wundef 
-L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib   bdftopcf.o -lXfont 
-lfntstubs  -L/usr/X11R6/lib  -lz -lm   -Wl,-rpath,/usr/X11R6/lib
/usr/libexec/elf/ld: cannot find -lXfont
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75214.0 
make
** Fix the problem and try again.
** The following packages were not installed or upgraded 
(*:skipped / !:failed)
! x11/XFree86-4-clients (XFree86-clients-4.3.0_1)   (linker error)

Here's my uname -a:
FreeBSD reichlieu.lan 4.9-STABLE FreeBSD 4.9-STABLE #1: Sat Mar  6 12:52:18 
PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/REICHLIEU  i386


I cvsuped my ports tree earlier today, but this has been broken since at least 
last night. Any one know how to fix this or should I file a PR about this? 
-- 
[EMAIL PROTECTED] 
it was a hard sell, since he's a database person, and as far as I've seen, 
once those database worms eat into your brain, it's hard to ever get anything 
practical done again. To a database person, every nail looks like a thumb. Or 
something like that. - jwz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86-Clients port problem

2004-03-20 Thread Matt Navarre
Errr... never mind, figured it out myself. Something screwed XFree86-libraries 
up  and deleted libXftont. Forcing a reinstall of the libs fixed it.

On Saturday 20 March 2004 17:14, Matt Navarre wrote:
 I was trying to upgrade some stuff via portupgrade and  the build of
 XFree86-Clients failed looking for -lXfont, here's the error from make:

  cc -o bdftopcf -O -pipe -ansi -Dasm=__asm  -Wall -Wpointer-arith -Wundef
 -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib   bdftopcf.o -lXfont
 -lfntstubs  -L/usr/X11R6/lib  -lz -lm   -Wl,-rpath,/usr/X11R6/lib
 /usr/libexec/elf/ld: cannot find -lXfont
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf.
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade75214.0 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded
 (*:skipped / !:failed)
 ! x11/XFree86-4-clients (XFree86-clients-4.3.0_1)   (linker
 error)

 Here's my uname -a:
 FreeBSD reichlieu.lan 4.9-STABLE FreeBSD 4.9-STABLE #1: Sat Mar  6 12:52:18
 PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/REICHLIEU  i386


 I cvsuped my ports tree earlier today, but this has been broken since at
 least last night. Any one know how to fix this or should I file a PR about
 this?

-- 
[EMAIL PROTECTED] http://badstateofgruntledness.blogspot.com 
it was a hard sell, since he's a database person, and as far as I've seen, 
once those database worms eat into your brain, it's hard to ever get anything 
practical done again. To a database person, every nail looks like a thumb. Or 
something like that. - jwz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd samba port problem

2004-02-12 Thread Thomas May
Hi,

 

the samba-devel port has a problem, because version 3.0.1 is not longer
available on samba ftp. the new version is 3.02 and the port stops
downloading

 

regards

thomas


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 03.02.2004
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Wrong pixmaps directory (port problem).

2004-01-20 Thread Lewis Thompson
Hi,

I'm trying to create a port and everything is working fine, except that
the pixmaps get installed in /usr/X11R6/share/pixmaps/app instead of
/usr/X11R6/share/gnome/pixmaps/app.

  Apart from these pixmaps there is just the application binary itself.

  Can anybody suggest how I can get it to install the pixmaps in the
correct location?

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


imap-uw port problem on 5.2

2004-01-14 Thread Paulo Roberto
Hi,

building imap-uw with: WITHOUT_SSL=YES seems to have no effect. I keep
getting Login Disabled messages thru syslog. I searched the net and
found a lot of similar cases like this, but all the solutions I tried
did not work. I had this port on a 4.7 machine and it did install
perfectly. Any ideas?

tia

Paulo


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw port problem on 5.2

2004-01-14 Thread Charles Swiger
On Jan 14, 2004, at 1:15 PM, Paulo Roberto wrote:
building imap-uw with: WITHOUT_SSL=YES seems to have no effect. I keep
getting Login Disabled messages thru syslog. I searched the net and
found a lot of similar cases like this, but all the solutions I tried
did not work. I had this port on a 4.7 machine and it did install
perfectly. Any ideas?
Rebuild the mail/cclient port as well, per 
/usr/ports/mail/imap-uw/pkg-message:

===   NB: IMAP-UW now rejects non-encrypted logins by default. To 
change this
===   behaviour, recompile and reinstall cclient and imap-uw ports 
with one of
===   the following make variables defined:

WITHOUT_SSL - build without SSL/encryption support.
WITH_SSL_AND_PLAINTEXT - build with SSL/encryption support, but allow
non-encrypted logins.
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


www/mod_jk2 port problem with www/apache2 port

2003-09-09 Thread Eugene Lee
FreeBSD-RELEASE-4.8-p3

I've run into a problem with the ports versions of mod_jk2 and apache2.
Now apache2 is built without thread support disabled, but mod_jk2 is
built to use pthreads.  Both run through make and make install cleanly
without any problems.  But when I try to start up Apache, I get the
obvious error:

Cannot load /usr/local/libexec/apache2/mod_jk.so into server: 
/usr/local/libexec/apache2/mod_jk.so: Undefined symbol pthread_mutex_unlock

The official mod_jk2 docs says nothing about building the module without
thread support.  The apache2 docs confirm that:

* If you are building on FreeBSD, be aware that threads will
  be disabled and the prefork MPM will be used by default,
  as threads do not work well with Apache on FreeBSD.  If
  you wish to try a threaded Apache on FreeBSD anyway, use
  ./configure --enable-threads.

So is it even possible to compile mod_jk2 without threads?  Or should I
just bite the bullet and build apache2 with threads enabled on the box?
Any suggestions are appreciated, thanks!

(CC'd to both ports' maintainers)


-- 
Eugene Lee
eugene at fsck dot net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Serial Port Problem

2003-07-08 Thread Rocael Gallo
 I am newbie with FreeBsd, I have one applicattion that needs to open the
serial port /dev//ttyd1, but it cannot do that, I think this is because the
 sio driver tries to open the cuaa1 device, My question is how can I disable
 the dialout device for my COM2 ports?

Many thanks for your help
 ___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla 1.3 port problem - general question about bug report

2003-06-11 Thread dick hoogendijk
On 11 Jun kusa wrote:
 
 I have a portudate problem on mozilla-1.3.1,2 after I updated my ports
 by cvs : I can't get it to recognize all the dependencies and it
 throws me this error after checking a bunch of things that are marked
 as ok

After the portupgrade, did you do a
# cd /usr/ports
# make index
# pkgdb-u

-(I don't like pkgdb -uU which is supposed to do the same, but gives
diff results..)-

After that I would begin with a portupgrade -rR portupgrade
-(the base of all things.. ;-)-

You probably will loose the next error msgs..

 *** Your version of pkg-config is too old. You need version 0.9.0 or
 newer.  *** See http://www.freedesktop.org/software/pkgconfig

And because mozilla depends on a lot of things other than itself I would
recomment a portupgrade -rR mozilla if you have mozilla already
installed. That way you can be sure that *all dependancies* are met.
Take some time off during compile.. ;)
If mozilla is not installed yet a portinstall mozilla handles it all.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Rsync port problem...

2003-01-28 Thread Stacey Roberts
Hi Oliver,

On Tue, 2003-01-28 at 20:34, Oliver Braun wrote:
 Hi,
 
 I have messed up the Makefile just before the commit :-(
 
 Thanks to you all for pointing this out.
 
 The fix (s/@{STRIP_CMD}/@${STRIP_CMD}/) has been committed a minute
 ago.
 

Thanks for that., and for taking the time to inform us.

Regards,

Stacey

 Apologies,
Olli
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: openssl port problem

2002-12-10 Thread Luke Kyohere
Hello, I see you posted this to the lists sometime back, but I saw no
reply to it. Incidentally I am experiencing *EXACTLY* the same problem, so
I was wondering if you had finally come up with a solution, seeing as you
did no followup post.

Your help will be very much appreciated,

Thanx
Lk.

On Thu, 21 Nov 2002, Ken Kroel wrote:

 greetings all,

 i am having a problem with the openssl port (FreeBSD 4.7-RELEASE). i
 have installed it and openssh (which works fine) using the ports, but
 when i try to install several other programs that depend on openssl
 (sylpheed-claws, vtun), they fail and tell me that they can't find
 openssl:


 fbsd# pwd
 /usr/ports/net/vtun
 fbsd# make
 This port requires the OpenSSL library, which is part of
 the FreeBSD crypto distribution but not installed on your
 machine. Please see the OpenSSL section in the handbook
 (at http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html
 , for instance) for instructions on how to obtain and install the FreeBSD
 OpenSSL distribution.
 *** Error code 1

 Stop.


 but the system seems to know that it is installed:

 fbsd# pkg_info |grep openssl
 openssl-0.9.6g_1SSL and crypto library
 fbsd# portversion |grep openssl
 openssl =

 i have deinstalled/reinstalled with no luck. i also just ran cvsup and
 got the same results. the Makefile uses ${OPENSSLBASE}, and on a
 suggestion from someone else, i tried to set an environment variable of
 OPENSSLBASE to /usr before running make, and also added
 OPENSSLBASE=/usr to /etc/defaults/make.conf but neither helped. any
 other ideas are appreciated. TIA.

 ken
 --
 
 Those who don't understand UNIX are condemned to reinvent it, poorly.
 --Henry Spencer

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



openssl port problem

2002-11-21 Thread Ken Kroel
greetings all,

i am having a problem with the openssl port (FreeBSD 4.7-RELEASE). i
have installed it and openssh (which works fine) using the ports, but
when i try to install several other programs that depend on openssl
(sylpheed-claws, vtun), they fail and tell me that they can't find
openssl:


fbsd# pwd
/usr/ports/net/vtun
fbsd# make
This port requires the OpenSSL library, which is part of
the FreeBSD crypto distribution but not installed on your
machine. Please see the OpenSSL section in the handbook
(at http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html
, for instance) for instructions on how to obtain and install the FreeBSD
OpenSSL distribution.
*** Error code 1

Stop.


but the system seems to know that it is installed:

fbsd# pkg_info |grep openssl
openssl-0.9.6g_1SSL and crypto library
fbsd# portversion |grep openssl
openssl =

i have deinstalled/reinstalled with no luck. i also just ran cvsup and
got the same results. the Makefile uses ${OPENSSLBASE}, and on a
suggestion from someone else, i tried to set an environment variable of
OPENSSLBASE to /usr before running make, and also added
OPENSSLBASE=/usr to /etc/defaults/make.conf but neither helped. any
other ideas are appreciated. TIA.

ken
-- 

Those who don't understand UNIX are condemned to reinvent it, poorly.
--Henry Spencer

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message