in reply to Re: Help compiling perldap1.4
in thread Help compiling perldap1.4
The patch itself is broken and needs s/NA/na/g to work. Either do that in your favourite editor or with perl -pi -e 's/NA/na/g' patch.1 or use the patched patch above. You apply it using patch(1)
[root@devel3 perldap-1.4]# patch -l -i patch.1 patching file typemap patching file API.xs [root@devel3 perldap-1.4]#
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help compiling perldap1.4
by Anonymous Monk on Jul 08, 2004 at 16:02 UTC |