LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-30-2011, 01:05 AM   #1
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Rep: Reputation: 16
hotwayd - ubuntu 10.10


so i am trying to install hotwayd

after i hit the ./config file i get this error

Code:
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for xml2-config... no
configure: error: Couldn't find xml2-config please install the libxml2 and libxml2-devel packages
shortcasper@shortcasper-laptop:~/hotwayd/hotwayd-0.8.2$
ok so i install the sudo apt-get install libxml2 libxml2-dev libxslt1-dev

and this is what i get
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libxml2 is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.32-27 sdparm ethtool linux-headers-2.6.32-27-generic
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libxml2-dev libxslt1-dev
0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
Need to get 753kB/1,368kB of archives.
After this operation, 4,698kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main libxml2-dev 2.7.6.dfsg-1ubuntu1.1
  404  Not Found [IP: 91.189.88.40 80]
Err http://security.ubuntu.com/ubuntu/ lucid-security/main libxml2-dev 2.7.6.dfsg-1ubuntu1.1
  404  Not Found [IP: 91.189.92.166 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-dev_2.7.6.dfsg-1ubuntu1.1_i386.deb  404  Not Found [IP: 91.189.92.166 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
shortcasper@shortcasper-laptop:~/hotwayd/hotwayd-0.8.2$
anybody know a way around this?

Last edited by casperdaghost; 06-30-2011 at 01:13 AM.
 
Old 06-30-2011, 01:50 AM   #2
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
Ok - so what i did was go to System -> Administration -> Synaptic Package Manager and install libxml2-dev.
and i got much farther than before, but it exited with this.

Code:
Configure results:
------------------------------------------
Building hotwayd:                      yes
Building hotsmtpd:                      no
    You are missing cyrus-sasl required by hotsmtpd to authenticate.
    Hotsmtpd will not be compiled unless you install this library
    and re-run configure. The cyrus-sasl library is available from
    http://asg.web.cmu.edu/cyrus/download/ or from your distribution
    packages. If you decide to use the RPM the make sure you have
    the cyrus-sasl-devel package installed as well!
------------------------------------------
 
Old 06-30-2011, 01:54 AM   #3
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
http://cyrusimap.web.cmu.edu//download/

Not Found

The requested URL /download/ was not found on this server.
Apache/2.2.14 (Ubuntu) Server at cyrusimap.web.cmu.edu Port 80
 
Old 06-30-2011, 02:19 AM   #4
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Manjaro
Posts: 10,006

Rep: Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191
Looks like the link wasn't updated correctly. Just remove the '/download/' from the end and you should see what you need.
 
Old 06-30-2011, 02:24 AM   #5
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
ok so what i did was execute :

Code:
apptitude search sasl
and saw a whole mess of sasl packages.

after i installed this:
Code:
sudo apt-get install libsasl2-dev
i got this:
Code:


Configure results:
------------------------------------------
Building hotwayd:                      yes
Building hotsmtpd:                     yes
------------------------------------------
 
Old 06-30-2011, 02:48 AM   #6
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
http://ubuntuforums.org/archive/index.php/t-102327.html

sudo apt-get install xinetd


ok so i have installed xinetd and referring to the README file.
rebooting system now
 
Old 06-30-2011, 09:18 PM   #7
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
so i execute sudo make, and then sudo make install

then i invoke the program with this - /usr/local/sbin/hotwayd
and get this:

Code:
casper-compaq@compaq:~$ /usr/local/sbin/hotwayd
+OK POP3 hotwayd v0.8.2 -> The POP3-HTTPMail Gateway. Server on compaq active.
results of ps are :
Code:
casper-compaq@compaq:~/Perl_work$ ps auxwww | grep hotway[d]
1000     13229  0.0  0.0   3320   416 pts/6    SN+  22:13   0:00 /usr/local/sbin/hotwayd

Last edited by casperdaghost; 06-30-2011 at 09:20 PM.
 
Old 06-30-2011, 10:06 PM   #8
casperdaghost
Member
 
Registered: Aug 2009
Posts: 349

Original Poster
Rep: Reputation: 16
When i telnet to 127.0.0.1 110
Code:
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK compaq Cyrus POP3 v2.2.13-Debian-2.2.13-19squeeze1build0.10.10.1 server ready <1215167028.1309489488@compaq>
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Hotwayd? midgcool Linux - Software 3 11-25-2004 02:38 PM
Help with hotwayd bullshit Linux - Networking 0 10-16-2004 02:43 AM
How do I install HotWayD Xussiht Linux - Software 3 09-08-2004 11:55 AM
once again...hotwayd issues turtle1980 Linux - Newbie 0 08-07-2004 02:05 PM
Hotwayd not working... jies Mandriva 0 06-13-2004 07:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration