WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: On Access Virus Protection ?  (Read 35276 times)

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #15 on: December 07, 2011, 11:13:16 PM »
problem 5 :  Poco/ExpireLRUCache.h : no fixed
- I've downloaded 1.4.2p1-all.tar.gz
- extracted files
- when I run ./configure I get the following new error message

Code: [Select]
tc@box:/mnt/sda1/install/Poco/poco-1.4.2p1$ ./configure
expr: syntax error
expr: syntax error
Configured for Linux

Any suggestions welcome.
I'm signing off for the day ;)

Live long and prosper.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: On Access Virus Protection ?
« Reply #16 on: December 07, 2011, 11:26:41 PM »
Hi remus
Maybe try commenting out small sections of ./configure until you find what it's complaining about.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: On Access Virus Protection ?
« Reply #17 on: December 08, 2011, 08:51:05 AM »
Try installing GNU expr. Can't recall which extension has it.
The only barriers that can stop you are the ones you create yourself.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #18 on: December 08, 2011, 03:48:44 PM »
problem 5 :  Poco/ExpireLRUCache.h : no fixed

Quote
tc@box:/mnt/sda1/install/Poco/poco-1.4.2p1$ ./configure
expr: syntax error
expr: syntax error
Configured for Linu

Thx curaga,
Searching for "expr" with the appbrowser got a few hits, I decided to try coreutils and that fixed the "expr: syntax error" error when I run ./configure.

running make, and then make install for the poco libs still does not fix the dependency, perhaps I've installed a conflicting extension while trying to fix this, i'm looking into it.
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #19 on: December 08, 2011, 05:30:47 PM »
While trying to install the poco-1.4.2p1.tar library's I've run into the following error.

Install Method
./configure - ok
make - not ok
Code: [Select]
tc@box:/mnt/sda1/install/Poco/poco-1.4.2p1$ make -s
** Building shared library (debug) /mnt/sda1/install/Poco/poco-1.4.2p1/lib/Linux/i686/libPocoNetd.so.11
/usr/local/bin/ld: cannot find -lPocoFoundationd
collect2: ld returned 1 exit status
make[1]: *** [/mnt/sda1/install/Poco/poco-1.4.2p1/lib/Linux/i686/libPocoNetd.so.11] Error 1
make: *** [Net-libexec] Error 2

Fun and games :)

I've posted a request for advice at the pocoproject.org forum's and am waiting for moderator to approve the message.
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #20 on: December 21, 2011, 04:39:39 AM »
The frustration continues :)

Had to wipe my flash drive, and just got started with clamfs again.

I've installed all the usual suspects, and when I try to run
./configure in the clamfs folder I get a new error
Quote
$ ./configure
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

I have the compiletc extension installed.

Hope springs eternal that I will eventually figure this all out :)

Suggestions welcome.
Live long and prosper.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: On Access Virus Protection ?
« Reply #21 on: December 21, 2011, 05:06:57 AM »
Assuming you've checked that all the extensions in compiletc are actually loaded, what does config.log say?

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #22 on: December 21, 2011, 05:14:53 PM »
Quote
checked that all the extensions in compiletc are actually loaded
Hi Juanito, you are talking about the dependencies, or the little bits and pieces that make up compiletc right ? Can you tell me how to check they are all loaded ?
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #23 on: December 21, 2011, 07:22:50 PM »
Solved the Problem with compiletc Juanito, I wiped the flash drive and installed compiletc again, I'm back in business, and dealing with dependency problems as before.
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #24 on: December 21, 2011, 09:01:22 PM »
Progress made.

Problem 6 : Installing poco-1.4.2p1.tar

Request for help on the Poco forums led to a solution.
http://pocoproject.org/forum/viewtopic.php?f=12&t=5201&p=8413#p8413

Basicly, I had to move the poco-1.4.2p1.tar source file to an internal Hard Drive Partiton to compile it.
Compile time was just under 30 Minutes and took up a bit over 200mb of disk space.

Problem 7 : checking for libccgnu2 via ccgnu2-config... configure: error: libccgnu2 not found!
Live long and prosper.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: On Access Virus Protection ?
« Reply #25 on: December 21, 2011, 09:35:14 PM »
Problem 7 : checking for libccgnu2 via ccgnu2-config... configure: error: libccgnu2 not found!

As per debian, this is part of the libcommoncpp2 source package

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #26 on: December 21, 2011, 09:56:27 PM »
Thanks Juanito,

I did find something here as well: http://www.t2-project.org/packages/commonc++.html

I did not find libcommoncpp2 at : http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/ so I'll see what I can find on google.
Live long and prosper.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: On Access Virus Protection ?
« Reply #27 on: December 21, 2011, 10:05:10 PM »
I'd say you're probably looking for this:

ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-1.8.1.tar.gz

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: On Access Virus Protection ?
« Reply #28 on: December 22, 2011, 04:10:14 AM »
Thx Juanito,

I'll have a crack at it now.
I'll have to figure out where all these programs I'm installing are getting installed to, so I can add the paths /opt/.filetool.lst
Live long and prosper.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: On Access Virus Protection ?
« Reply #29 on: December 22, 2011, 04:30:26 AM »
You can do it like this:
Code: [Select]
$ touch mymarker
$ sudo make install
$ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | grep -v "^\/sys\/" | tee files
$ vi files

..but I'd recommend making an extension out of the files installed rather than adding them to your backup