[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

0.0.8alpha3 on 64 bit



I installed Mixminion-0.0.8alpha3 on a 64 bit Suse-10.3 system. 
The -/miniond/bin/mixminion subfolder contains

sys.path[0:0] = ['---/miniond/lib/python2.5/site-packages']
try:
    import mixminion.Main

which doesn't work because there is only a /lib64 folder. So
I edited the line to read 

sys.path[0:0] = ['---/miniond/lib64/python2.5/site-packages']

It works. I just want to know if this would cause any related
vulnerability.


TIA












tainaron@xxxxxxxxxxxxxxxx wrote:
> Hi Nick,
> 
> On Thu, 1 Nov 2007 you wrote:
>> Thanks!  I've checked this in.  I should get to the others soon.
> 
> Might there be a chance for us to get 0.0.8alpha4 with newsgroups
> support as an ealy Christmas present? :-)
> 
> Ciao
> 
> Tobias