DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 23rd March 2018
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default Zotonic an Erlang CMS

Erlang CMS Zotonic
Code:
$ gmake
...
./rebar3 compile
===> Verifying dependencies...
===> Compiling bcrypt
===> Compiling /usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c
===> /usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c:66:5: error: conflicting types for 'bcrypt'
int bcrypt(char *, const char *, const char *);
    ^

/usr/include/pwd.h:111:8: note: previous declaration is here
char                  *bcrypt(const char*, const char *);
                       ^

/usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c:146:1: error: conflicting types for 'bcrypt'
bcrypt(char * encrypted, const char *key, const char *salt)
^

/usr/include/pwd.h:111:8: note: previous declaration is here
char                 *bcrypt(const char *, const char *);
                      ^

2 errors generated.

gmake: *** [GNUmakefile:27: compile] Error 1
Reply With Quote
  #2   (View Single Post)  
Old 12th April 2018
montie montie is offline
Real Name: Vivek Vinod
Port Guard
 
Join Date: Nov 2014
Location: Mumbai
Posts: 30
Default

This looks really good. Farm better than most CMSs floating around. However, there's no mention of ldap in the modules list.

Learning a new language (Erlang) and a new framework (Nitrogen) in absence of an ldap auth module seems like and overkill right now
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick