-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something wrong when i buiding on xubuntu 12 #40
Comments
It is indeed very strange. Did you check that configure.ac exists in aria2-1.16.1 directory? |
Have you tried release version of aria2 1.16.1 tar ball? |
I just want get aria2 1.16.tar.ba2 from your aira2 master.zip. |
Just clarify: Can you build aria2 using aria2-1.16.1.tar.bz2 from http://sourceforge.net/projects/aria2/files/stable/aria2-1.16.1/ without autoreconf stuff? |
yes, using aria2-1.16.1.tar.bz2 from http://sourceforge.net/projects/aria2/files/stable/aria2-1.16.1/ without autoreconf. |
Can you use autoreconf for other source programs on xubuntu? If not, then it is the xubuntu issue. |
maybe you need to install the -dev packages for libxml2 etc? |
installing libxml2-dev and such will solve this. |
Reopen if you still have a problem. |
Hi, tatsuhiro
i want to budild aria2-1.16.1 in my xubuntu-12.04.1-desktop-i386 system. xubuntu have run "2. sudo apt-get install autoconf automake libcppunit-dev autopoint openssl libtool sphinx-common sphinxsearch libgcrypt11-dev libxml2-dev pkg-config" before i build.
I download aria2-master.zip from your web ,then i relase aria2-master.zip in xubuntu. after that i run the below command
mv aria2-master aria2-1.16.1
cd aria2-1.16.1
autoreconf –i
"autoreconf -i" show the below wrong infromation:
autoreconf:
configure.ac' or
configure.in' is requiredwould you please advise me how to deal with this?
i want to add the newest aria2 to openwrt which i buid on xubuntu 12.04?
many thanks.
The text was updated successfully, but these errors were encountered: