odin1314 / yara-project

Automatically exported from code.google.com/p/yara-project
Apache License 2.0
0 stars 0 forks source link

MAKE errors on Ubuntu #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and un-tar source code on Ubuntu 8.10. 
2. sudo ./configure
3. sudo MAKE

What is the expected output? What do you see instead?
I'm getting these errors at the end of MAKE:
gcc  -g -O2   -o yara yara.o libyara/.libs/libyara.a -lpcre -lpcre -lpcre
-lpcre
make[2]: *** No rule to make target `doc/yara.1', needed by `all-am'.  Stop.
make[2]: Leaving directory `/tmp/yara-1.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yara-1.1'
make: *** [all] Error 2

I attached a file with the full Make output. 

What version of the product are you using? On what operating system?
yara 1.1, on Ubuntu 8.10 x86_64 and x86_32 (both give the same error) 

Please provide any additional information below.
Not sure where the problem is coming from but if anyone has any
recommendations it would be greatly appreciated. 

Original issue reported on code.google.com by ZacharyW...@gmail.com on 13 Jan 2009 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by plus...@gmail.com on 17 Jan 2009 at 2:27

GoogleCodeExporter commented 9 years ago
The "doc" directory was missing from source package. The problem is solved with 
a new
package (yara-1.1a.tar.gz).

Original comment by plus...@gmail.com on 17 Jan 2009 at 5:42