report a bug |  advanced search |  statistics |  developer log in/out
Request #59 pathnames in errormessage is wrong
Submitted: 2015-12-30 04:19 UTC Modified: -
From: sca at andreasschulze dot de Assigned:
Status: Open
Mlmmj Version: 1.2.19.0 OS: linux
MTA: any MTA Version: -
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
10 + 38 = ?
Subscribe to this entry?

 
 [2015-12-30 04:19 UTC] sca at andreasschulze dot de
Description:
------------
~mlmmj-source/include/mlmmj.h define CHECKFULLPATH() macro

it should output the real path to the binaries, not only an example path
the real path is determined at compile time usualy:
./configure --prefix=/usr



Test script:
---------------
root@mail:/# cd /

root@mail:/# mlmmj-sub 
All mlmmj binaries have to be invoked with full path,
e.g. /usr/local/bin/mlmmj-sub

root@mail:/# which mlmmj-sub
/usr/bin/mlmmj-sub


Expected result:
----------------
root@mail:/# mlmmj-sub 
All mlmmj binaries have to be invoked with full path,
e.g. /usr/bin/mlmmj-sub