Project

General

Profile

Actions

Bug #418

closed

Erreur configure - make

Added by Pierre-Louis Bonicoli over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
ufwi-base
Start date:
2014-11-25
Due date:
% Done:

0%

Estimated time:
Patch Available:
Confirmed:
No
Help Needed:

Description

Bonjour,
lors de l'installation du module ufwi-base, le make génére un src/MakeFile contenant une erreur : l'installation avec make install appelle deux fois successivement le script security.h ce qui retourne un message d'erreur. Il faut donc éditer le MakeFile généré et supprimé le deuxième security.h pour que l'installation fonctionne correctement :

src/MakeFile
ligne 223 :
include_HEADERS = linuxlist.h config-table.h ipv6.h log.h ufwibase.h packet_par$
security.h debug.h documentation.h jhash.h ufwi_source.h proto.$
proto_v3.h proto_v4.h proto_v5.h security.h

Hello,
when installing the module ufwi-base, make generates a src/Makefile with an error: install with make install call the script security.h twice successively which returns an error message. Therefore edit the generated Makefile and removed the second security.h for the installation to work properly:
src/MakeFile
line 223:
include_HEADERS = linuxlist.h config-table.h ipv6.h log.h ufwibase.h packet_par$
security.h debug.h documentation.h jhash.h ufwi_source.h proto.$
proto_v3.h proto_v4.h proto_v5.h security.h

sorry for my bad english

Test on Linux Mint Debian 3.0.0-1-amd64

Added by Cyril PIERRÉ

Actions

Also available in: Atom PDF