473,569 Members | 2,716 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Autoconfig, config not installable

77 New Member
Hi,
I have to install and run some files of USB/IP., to see its working and later make changes in it..its an open source project developed by hirofuchi.
The point is:
I have downloaded the source code..but unable to compile it.getting n no. of errors.
These are some of the contents of readme given in src folder of that complete package having code.
Expand|Select|Wrap|Line Numbers
  1. [Install]
  2.     0. Skip here if you see a configure script.
  3.         $ ./autogen.sh
  4.  
  5.     1. Compile & install.
  6.         $ ./configure
  7.         $ make install
  8.  
  9.     2. Compile & install USB/IP drivers if not yet.
  10.  
  11.  
There is one file named autogen.sh in src folder which i have to open as given in first instruction.
i went til that file by using multiple cd.
but when i write that command this comes:
Expand|Select|Wrap|Line Numbers
  1. + autoreconf -i -f -v
  2. ./autogen.sh: 1: autoreconf: not found
so when i tried installing the needed package,this comes:
command written by me:
Expand|Select|Wrap|Line Numbers
  1. sudo apt-get install autoconf
response:
Expand|Select|Wrap|Line Numbers
  1. Reading package lists... Done
  2. Building dependency tree       
  3. Reading state information... Done
  4. Package autoconf is not available, but is referred to by another package.
  5. This may mean that the package is missing, has been obsoleted, or
  6. is only available from another source
  7. E: Package autoconf has no installation candidate
  8.  
There is another file called install, some of its contents are:
Expand|Select|Wrap|Line Numbers
  1. The simplest way to compile this package is:
  2.  
  3.   1. `cd' to the directory containing the package's source code and type
  4.      `./configure' to configure the package for your system.
  5.  
  6.      Running `configure' might take a while.  While running, it prints
  7.      some messages telling which features it is checking for.
  8.  
there is a file called configure.ac in src
which is not getting opened either!
by ./configure command and ./configure --help is also not working.
Feb 9 '10 #1
4 6650
Time
77 New Member
I upgraded the system; with download manager.
So i could install autoconf now.
by same
sudo apt-get install autoconf
command
but there are some errors in that downloaded version.
after running the same command again
./autoconfig.sh
there are some errors in the downloaded autoconf as follows:
~/usbip-0.1.7/src$ ./autogen.sh
+ autoreconf -i -f -v
Can't exec "libtoolize ": No such file or directory at /usr/bin/autoreconf line 188.
Use of uninitialized value $libtoolize in pattern match (m//) at /usr/bin/autoreconf line 188.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:17 : error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allo w.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status:
1
Feb 9 '10 #2
Time
77 New Member
I installed libtool as well.
but still autogen.sh is not opening.
Am getting following error:
Expand|Select|Wrap|Line Numbers
  1. autoreconf: Entering directory `.'
  2. autoreconf: configure.ac: not using Gettext
  3. autoreconf: running: aclocal --force 
  4. autoreconf: configure.ac: tracing
  5. autoreconf: running: libtoolize --install --copy --force
  6. libtoolize: putting auxiliary files in `.'.
  7. libtoolize: copying file `./config.guess'
  8. libtoolize: copying file `./config.sub'
  9. libtoolize: copying file `./install-sh'
  10. libtoolize: copying file `./ltmain.sh'
  11. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  12. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  13. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  14. autoreconf: running: /usr/bin/autoconf --force
  15. autoreconf: running: /usr/bin/autoheader --force
  16. autoreconf: running: automake --add-missing --copy --force-missing
  17. autoreconf: Leaving directory `.'
please reply.
Feb 11 '10 #3
Time
77 New Member
Common people, your colleague has provided you a great opportunity to help someone. Utilize this chance and reply to the thread.
Feb 15 '10 #4
Time
77 New Member
Sorry guys this is not any error in automake as i thought it was.
Actually its one of the options of automake --add-missing adds the missing common files in a package needed by the command itself.
But am still not sure is that working fine or not.,i'll let you know.
Feb 15 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

10
705
by: Brent | last post by:
Hi, my asp.net c# app is trying to connect to an Access database with a password and am I getting the error.. Could not find installable ISAM. . If I connect to one without a password it works fine. I've looked at Q209805 but I don't think that helped. Oledb connection. Here is the one that works without a password. OleDbConnection connection...
1
578
by: Steve | last post by:
I get a "Could Not Find Installable ISAM" error on my objConn.open() statement. I suspect my connection string is bad. What I am trying to do is write to an Excel file on my local computer from a aspx page on my web server. Where you see "MyComputerName" in the connection string I actually have the name of my computer. Dim objConn As...
1
4570
by: Karl Irvin | last post by:
In the module below, I get a "Could not find installable ISAM" error on the tdf.refresh link. The NewConnection refers to a valid database/table. My References include VBA, Access 9.0 Object Library, DAO 3.6, OLE and VBA Extensibility 5. Do I need some other reference or ??
0
1855
by: rivka.howley | last post by:
I'm using Access 2003 and Excel 2003. All I'm trying to do is bring a sheet from an Excel file (defined by the user) into Access as a table, I dont care if it's linked or imported. However, I get an error: "Run time error 3170. Could not find installable ISAM." I am able to import and link Excel tables using the Access menu. Here is the part...
2
7280
by: DBQueen | last post by:
I received a "Could Not Find Installable ISAM" error (#3170) when using Docmd.TransferDatabase to export a table from one database to another - Set wrkDefault = DBEngine.Workspaces(0) DBEngine.CreateDatabase strFileName, "c:\Database\" DoCmd.TransferDatabase acExport, "Microsoft Access", _ "C:\database" & strFileName, acTable,...
2
15104
by: Horst Walter | last post by:
I am using C# / ADO.NET to create an Excel sheet: This connection string works: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filename + ";" + "Extended Properties=Excel 8.0;"; This connection string DOES NOT: .... "Extended Properties=Excel 8.0;HDR=YES;"; => Error: Could not find installable ISAM
6
6823
by: Robert Lawson | last post by:
I continue to get the below error message when trying to load a aspx file. Could someone please point me in the right direction for solving this? I'm trying to access an access data base and I'm the only one accessing it at this time. I'm trying to learn this step by step and I'm at the begining of ADO stuff. Server Error in '/'...
2
5046
by: Henrik | last post by:
Hello I starting use ASP.NET and has created a new file to open a Access database I get these error and cant solve it - please need some help. I Use Windows 2000 (have also tried to put it in to the server Widows 2003) Here is my Error - waht is wrong:
1
3579
by: Anatoly Kurilin | last post by:
Hi, each time I use that code for calculating a number of user connected to a data file, I get an error message: Could not find installable ISAM. What do I do wrong? Dim cn As New ADODB.Connection Dim cn2 As New ADODB.Connection Dim rs As New ADODB.Recordset Dim intUserCount As Integer Dim strPassword As String
0
1265
by: Ashwin | last post by:
Hi, I am trying to build a Set Up and Deployment Project for my Application using Visual Studio 2005 Set up and Deployment Project. I need to install two custom applications installable as the prerequisites for the target computer along with the .Net Framework 2.0 in my deployment project. Visual Studio 2005 provides the facility of adding...
0
7694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.