|
|
mrabbaa schrieb: > paul a écrit : >> mrabbaa schrieb: >> [ snip ] >> >> >>> Enter into the subdirectorie solaris >>> ran a ./configure >>> the I copy the file of >>> http://openvpn.net/archive/openvpn-users/2005-08/msg00002.html >>> into my Makefile.in >>> the I ran a make install >>> >> You need to run ./configure *after* changing Makefile.in. >> >> cheers >> Paul > I did it but I've an error > after the make inst > > make: Fatal error in reader: Makefile, line 21: Unexpected end of line seen from your description above you did: 1. ran ./configure 2. modified Makefile.in 3. ran make install which is wrong. The right sequence is: 1. modify Makefile.in 2. run ./configure 3. run make 4. run make install If that fails you should post your modified Makefile.in so that people could look over it. cheers Paul BTW: Please reply to the list so that others can see the discussion and the outcome, thanks. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |