Richard Adams wrote:
> 
> How did you compile libax25, utils and apps.? simply with
> ./configure
> make
> make install
> 
> When i do;
> strace -o filename listen
> i get;
> open("/etc/ax25/axports", O_RDONLY)     = 4
> and all is well.
> When i read the INSTALL file in the source archive of ax25-apps-xx i see
> that one needs to use;
> 
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> To get the above effect, meaning i used the options above to configure
> before i compiled.
> 
> Your axports file is possably being looked for in /usr/local/etc instead of
> /etc/ax25 if you simply did ./configure.
> Of course i could be wrong.
> 

I think Cyril used the packages in the Slackware contrib/ham/ directory.
These are configured with
./configure --exec_prefix=/usr --sysconfdir=/etc --localstatedir=/var


73, Arno  pe1icq

Reply via email to