Re: [GLUG-tech] can't comple frox from scrath.. HELP

2003-11-26 Thread Mark Coetser
why compile there is a frox package for stable

apt-get install frox

On Tue, 2003-11-25 at 12:15, [EMAIL PROTECTED] wrote:
> I'm compiling frox on debian woody using -
> 
> ./configure --prefix= --includedir=/usr/include --libdir=/usr/lib \
>  --enable-configfile=/etc/frox/frox.conf --enable-ccp \
> --enable-transparent-data --enable-libiptc --enable-virus-scan \
> --enable-local-cache --enable-http-cache
> 
> and i get the following result -
> 
> make[1]: Entering directory `/home/installs/frox-0.7.11/frox-0.7.11/src'
> gcc  -O2  -o frox -L../lib configs.o data.o main.o misc.o control.o
> ftp-cmds.o vscan.o cache.o httpcache.o localcache.o cachemgr.o ntp.o ccp.o
> transdata.o linux.o -lsstr -liptc
> linux.o: In function `kernel_transdata_setup':
> linux.o(.text+0x288): undefined reference to `get_kernel'
> collect2: ld returned 1 exit status
> make[1]: *** [frox] Error 1
> make[1]: Leaving directory `/home/installs/frox-0.7.11/frox-0.7.11/src'
> make: *** [all-recursive] Error 1
> server1:/home/installs/frox-0.7.11/frox-0.7.11#
> 
> Many Thanks
> Gregory Machin
> 
> ---
> To unsubscribe: send the line "unsubscribe glug-tech" in the
> subject of a mail to "[EMAIL PROTECTED]".
> Problems? Email "[EMAIL PROTECTED]". Archives are at
> http://www.linux.org.za/Lists-Archives/
-- 
Mark Coetser
Network Engineer
Etech Concepts
Tel: 011-450 4460
Fax: 011-450 4542



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [GLUG-tech] Debian standard file locations ? When compiling new aplications ..

2004-02-05 Thread Mark Coetser
well do a dpkg -L for an installed package and see where it installs the
files then do the same for your configure

On Thu, 2004-02-05 at 14:42, Gregory Machin wrote:
> when compling a new aplication gcc ./configure allows you to use the
> following to configure the location of relavent files, what paths
> should i specify for debian so that i may keep with the standards
> ..   
>  
> Fine tuning of the installation directories:
>   --bindir=DIR   user executables [EPREFIX/bin]
>   --sbindir=DIR  system admin executables [EPREFIX/sbin]
>   --libexecdir=DIR   program executables [EPREFIX/libexec]
>   --datadir=DIR  read-only architecture-independent data
> [PREFIX/share]
>   --sysconfdir=DIR   read-only single-machine data [PREFIX/etc]
>   --sharedstatedir=DIR   modifiable architecture-independent data
> [PREFIX/com]
>   --localstatedir=DIRmodifiable single-machine data [PREFIX/var]
>   --libdir=DIR   object code libraries [EPREFIX/lib]
>   --includedir=DIR   C header files [PREFIX/include]
>   --oldincludedir=DIRC header files for non-gcc [/usr/include]
>   --infodir=DIR  info documentation [PREFIX/info]
>   --mandir=DIR   man documentation [PREFIX/man]
>  
> Gregory Machin
-- 
Mark Coetser
Network Engineer
Etech Concepts
Tel: 011-450 4460
Fax: 011-450 4540


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [GLUG-tech] squid + transparent proxying + ssl prots ?

2004-05-10 Thread Mark Coetser
you shouldnt cache secure connections? the whole point behind ssl is for
the connection to be established between host and server and no middle
man 

On Mon, 2004-05-10 at 11:16, [EMAIL PROTECTED] wrote:
> Hi.
> 
> Please can some one advise how to setup squid to transparently proxy ssl
> ports, it's currently proxing http with no problem..
> 
> Many thanks
> Gregory Machin
> ---
> To unsubscribe: send the line "unsubscribe glug-tech" in the
> subject of a mail to "[EMAIL PROTECTED]".
> Problems? Email "[EMAIL PROTECTED]". Archives are at
> http://www.linux.org.za/Lists-Archives/
-- 
Mark Coetser
Network Engineer
Etech Concepts
Tel: 011-450 4460
Fax: 011-450 4540


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: USB rescue/boot disk

2006-09-11 Thread Mark Coetser

> -Original Message-
> From: Joost Kraaijeveld [mailto:[EMAIL PROTECTED]
> Sent: 11 September 2006 05:29 PM
> To: debian-amd64@lists.debian.org; debian-user@lists.debian.org
> Subject: USB rescue/boot disk
> 
> Hi ,
> 
> I want a bootable USB stick that will boot any machine that allows me to
> boot from USB: a Debian Live USB (and not CD). I have found a howto on
> the internet (http://feraga.com/) but that one does not seem to work for
> me.
> 
> Is it actually possible to create an USB rescue/boot disk that contains
> a Debian Etch AMD64  or i386 based installation? Is there an image
> available somewhere (as the Debian Live Project does not have such an
> image (yet?) )?


http://www.debian-administration.org/articles/179

Thank you,

Mark Adrian Coetser
[EMAIL PROTECTED]
http://www.tux-edo.co.za, http://www.thummb.com
cel: +27 76 527 8789
tel: +27 11 805 2076
fax: +27 11 805 2330


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: dpkg error, can't install and can't uninstall libread*

2005-10-17 Thread Mark Coetser
Well depending on how many dependencys you have on libreadline5 you could do
the following

apt-get -y --purge remove libreadline5

and then reinstall libreadline5 and all the other packages that were removed
if any I only had gnupg depending on libreadline5

Thank you,

Mark Adrian Coetser
[EMAIL PROTECTED]
http://www.tux-edo.co.za, http://www.thummb.com
cel: +27 76 527 8789
tel: +27 11 805 2076
fax: +27 11 805 2330

> -Original Message-
> From: phyrster [mailto:[EMAIL PROTECTED]
> Sent: 17 October 2005 07:56 PM
> To: debian-user@lists.debian.org
> Subject: Re: dpkg error, can't install and can't uninstall libread*
> 
> On 16:53 Mon 17 Oct 2005, Antony Gelberg wrote:
> > phyrster wrote:
> > >
> > > ---
> > > #dpkg -i libreadline5_5.0-11_i386.deb
> > >
> > > Preparing to replace libreadline5 5.0-10 (using
> > > libreadline5_5.0-11_i386.deb) ...
> > >
> > > install-info: No dir file specified; try --help for more information.
> > >
> > > dpkg: warning - old pre-removal script returned error exit status 1
> > >
> > > dpkg - trying script from the new package instead ...
> > >
> > > dpkg: error processing libreadline5_5.0-11_i386.deb (--install):
> > >  there is no script in the new version of the package - giving up
> > >  install-info: unrecognized option `--description=GNU Readline Library
> API
> > >  (v5)'
> > >   Try `install-info --help' for a complete list of options.
> > >   dpkg: error while cleaning up:
> > >subprocess post-installation script returned error exit status 1
> > >Errors were encountered while processing:
> > > libreadline5_5.0-11_i386.deb
> > >
> > > ---
> > >
> > > I tried to reinstall, purge or another dist-upgrade but nothing
> changed. It
> > > seems to me that the last resort is to reinstall the whole system.
> What
> > > shall I do?
> > >
> >
> > The libreadline .deb you have is corrupt.  You could remove the
> > offending file from /var/cache/apt/archives and apt-get -f install.
> 
> Exact the same error occurred after I follow what you said. I can't either
> install or purge that package and the installation of all the other
> packages
> are held back.
> 
> regards
> 
> bxuef
> 
> --
> dhammapada says:
> 
>   By oneself one does evil. By oneself one is defiled. By oneself one
>   abstains from evil. By oneself one is purified. Purity and impurity are
>   personal matters. No one can purify someone else. 165
> 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]